Html Css Color HEX #055536 Fun Green

📋 copy color: '#055536'

red 5 ◦ green 85 ◦ blue 54

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

Shades of Fun Green #055536

Tints of Fun Green #055536

RGB

 RED value IS 5 (2.34% from 255) = 3.47%

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

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 3.47%
G = 59.03%
B = 37.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#055536 (or 0x055536) is known color: Fun Green. HEX triplet: 05, 55 and 36. RGB value is (5,85,54). Sum of RGB (Red+Green+Blue) = 5+85+54=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #055536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055536 is #FAAAC9. Grayscale: #393939. Windows color (decimal): -16427722 or 3560709. OLE color: 3560709.

HSL color Cylindrical-coordinate representation of color #055536: hue angle of 156.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055536 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 85 54 -
CMYK 0.94 0 0.36 0.67
HSL 156.75º 0.89% 0.18% -
HSV(B) 156.75º 0.94% 0.33% -
XYZ 3.98 6.8 4.59 -
YUV 57.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 5 85 54 0.94 0 0.36 0.67 156.75 0.89 0.18
Hex 5 55 36 5E 0 24 43 9D 59 12
Octal 5 125 66 136 0 44 103 235 131 22
Binary 101 1010101 110110 1011110 0 100100 1000011 10011101 1011001 10010

Color Harmonies of #055536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055536

Black with #055536

Text Example


Text Example

White with #055536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055536; }

 p { color: rgb(5,85,54); }

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

background-color css

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

 a { background-color: rgb(5,85,54); }

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

border-color css

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

 span { border-color: rgb(5,85,54); }

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