Html Css Color HEX #055702 Green

📋 copy color: '#055702'

red 5 ◦ green 87 ◦ blue 2

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

Shades of Green #055702

Tints of Green #055702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 92.55%

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

R = 5.32%
G = 92.55%
B = 2.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#055702 (or 0x055702) is known color: Green. HEX triplet: 05, 57 and 02. RGB value is (5,87,2). Sum of RGB (Red+Green+Blue) = 5+87+2=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 87 (34.38% from 255 or 92.55% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 87 - color contains mainly: green. Hex color #055702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055702 is #FAA8FD. Grayscale: #353535. Windows color (decimal): -16427262 or 153349. OLE color: 153349.

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

Color convert

RGB 5 87 2 -
CMYK 0.94 0 0.98 0.66
HSL 117.88º 0.96% 0.17% -
HSV(B) 117.88º 0.98% 0.34% -
XYZ 3.48 6.85 1.2 -
YUV 52.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 5 87 2 0.94 0 0.98 0.66 117.88 0.96 0.17
Hex 5 57 2 5E 0 62 42 76 60 11
Octal 5 127 2 136 0 142 102 166 140 21
Binary 101 1010111 10 1011110 0 1100010 1000010 1110110 1100000 10001

Color Harmonies of #055702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055702

Black with #055702

Text Example


Text Example

White with #055702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055702; }

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

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

background-color css

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

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

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

border-color css

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

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

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