Html Css Color HEX #055502 Green

📋 copy color: '#055502'

red 5 ◦ green 85 ◦ blue 2

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

Shades of Green #055502

Tints of Green #055502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 5.43%
G = 92.39%
B = 2.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#055502 (or 0x055502) is known color: Green. HEX triplet: 05, 55 and 02. RGB value is (5,85,2). Sum of RGB (Red+Green+Blue) = 5+85+2=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #055502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055502 is #FAAAFD. Grayscale: #333333. Windows color (decimal): -16427774 or 152837. OLE color: 152837.

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

Color convert

RGB 5 85 2 -
CMYK 0.94 0 0.98 0.67
HSL 117.83º 0.95% 0.17% -
HSV(B) 117.83º 0.98% 0.33% -
XYZ 3.32 6.53 1.14 -
YUV 51.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 5 85 2 0.94 0 0.98 0.67 117.83 0.95 0.17
Hex 5 55 2 5E 0 62 43 76 5F 11
Octal 5 125 2 136 0 142 103 166 137 21
Binary 101 1010101 10 1011110 0 1100010 1000011 1110110 1011111 10001

Color Harmonies of #055502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055502

Black with #055502

Text Example


Text Example

White with #055502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055502; }

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

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

background-color css

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

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

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

border-color css

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

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

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