#255514

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

Shades of Myrtle #255514

Tints of Myrtle #255514

Color information

#255514 (or 0x255514) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 14. RGB value is (37,85,20). Sum of RGB (Red+Green+Blue) = 37+85+20=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #255514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255514 is #DAAAEB. Grayscale: #3F3F3F. Windows color (decimal): -14330604 or 1332517. OLE color: 1332517.

HSL color Cylindrical-coordinate representation of color #255514: hue angle of 104.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255514 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB378520-
CMYK0.5600.760.67
HSL104.31º61.9%20.59%-
HSV(B)104.31º76.47%33.33%-
XYZ4.146.941.78-
YUV63.24103.6109.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=26.06%
G=59.86%
B=14.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785200.5600.760.67104.3161.920.59
Hex2555143804C43683e15
Octal45125247001141031507625
Binary100101101010110100111000010011001000011110100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255514; }

 p { color: rgb(37,85,20); }

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

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

 a { background-color: rgb(37,85,20); }

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

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

 span { border-color: rgb(37,85,20); }

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