Html Css Color HEX #255520 Myrtle

📋 copy color: '#255520'

red 37 ◦ green 85 ◦ blue 32

#255520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #255520

Tints of Myrtle #255520

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 32 (12.89% from 255) = 20.78%

R = 24.03%
G = 55.19%
B = 20.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#255520 (or 0x255520) is known color: Myrtle. HEX triplet: 25, 55 and 20. RGB value is (37,85,32). Sum of RGB (Red+Green+Blue) = 37+85+32=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #255520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255520 is #DAAADF. Grayscale: #404040. Windows color (decimal): -14330592 or 2118949. OLE color: 2118949.

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

Color convert

RGB 37 85 32 -
CMYK 0.56 0 0.62 0.67
HSL 114.34º 0.45% 0.23% -
HSV(B) 114.34º 0.62% 0.33% -
XYZ 4.27 6.99 2.49 -
YUV 64.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 37 85 32 0.56 0 0.62 0.67 114.34 0.45 0.23
Hex 25 55 20 38 0 3E 43 72 2D 17
Octal 45 125 40 70 0 76 103 162 55 27
Binary 100101 1010101 100000 111000 0 111110 1000011 1110010 101101 10111

Color Harmonies of #255520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255520

Black with #255520

Text Example


Text Example

White with #255520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255520; }

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

 H1.HeaderClassName
 {
   color: #255520;
 }
 .AnyTagClassName
 {
   color: #255520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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