#275B1D

Color #275B1D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #275B1D

Tints of Myrtle #275B1D

Color information

#275B1D (or 0x275B1D) is unknown color: approx Myrtle. HEX triplet: 27, 5B and 1D. RGB value is (39,91,29). Sum of RGB (Red+Green+Blue) = 39+91+29=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #275B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B1D is #D8A4E2. Grayscale: #444444. Windows color (decimal): -14197987 or 1923879. OLE color: 1923879.

HSL color Cylindrical-coordinate representation of color #275B1D: hue angle of 110.32º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275B1D is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB399129-
CMYK0.5700.680.64
HSL110.32º51.67%23.53%-
HSV(B)110.32º68.13%35.69%-
XYZ4.882.45-
YUV68.38105.77107.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=24.53%
G=57.23%
B=18.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991290.5700.680.64110.3251.6723.53
Hex275B1D39044406e3418
Octal47133357101041001566430
Binary100111101101111101111001010001001000000110111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275B1D; }

 p { color: rgb(39,91,29); }

 H1.HeaderClassName
 {
   color: #275B1D;
 }
 .AnyTagClassName
 {
   color: #275B1D;
 }
</style>
background-color css

<style>
 a { background-color: #275B1D; }

 a { background-color: rgb(39,91,29); }

 div.DivClassName
 {
   background-color: #275B1D;
 }
 .BgClassName
 {
   background-color: #275B1D;
 }
</style>
border-color css

<style>
 span { border-color: #275B1D; }

 span { border-color: rgb(39,91,29); }

 td.TdClassName
 {
   border-color: #275B1D;
 }
 .TagClassName
 {
   border-color: #275B1D;
 }
</style>