#255208

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

Shades of Myrtle #255208

Tints of Myrtle #255208

Color information

#255208 (or 0x255208) is unknown color: approx Myrtle. HEX triplet: 25, 52 and 08. RGB value is (37,82,8). Sum of RGB (Red+Green+Blue) = 37+82+8=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #255208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255208 is #DAADF7. Grayscale: #3C3C3C. Windows color (decimal): -14331384 or 545317. OLE color: 545317.

HSL color Cylindrical-coordinate representation of color #255208: hue angle of 96.49º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #255208 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB37828-
CMYK0.5500.900.68
HSL96.49º82.22%17.65%-
HSV(B)96.49º90.24%32.16%-
XYZ3.826.451.27-
YUV60.1198.59111.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=29.13%
G=64.57%
B=6.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal378280.5500.900.6896.4982.2217.65
Hex255283705A44605212
Octal451221067013210414012222
Binary100101101001010001101110101101010001001100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255208; }

 p { color: rgb(37,82,8); }

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

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

 a { background-color: rgb(37,82,8); }

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

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

 span { border-color: rgb(37,82,8); }

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