Html Css Color HEX #057032 Fun Green

📋 copy color: '#057032'

red 5 ◦ green 112 ◦ blue 50

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

Shades of Fun Green #057032

Tints of Fun Green #057032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.07%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 2.99%
G = 67.07%
B = 29.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#057032 (or 0x057032) is known color: Fun Green. HEX triplet: 05, 70 and 32. RGB value is (5,112,50). Sum of RGB (Red+Green+Blue) = 5+112+50=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #057032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057032 is #FA8FCD. Grayscale: #494949. Windows color (decimal): -16420814 or 3305477. OLE color: 3305477.

HSL color Cylindrical-coordinate representation of color #057032: hue angle of 145.23º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057032 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 50 -
CMYK 0.96 0 0.55 0.56
HSL 145.23º 0.91% 0.23% -
HSV(B) 145.23º 0.96% 0.44% -
XYZ 6.43 11.85 4.97 -
YUV 72.94 115.05 79.54 -
System Red Green Blue C M Y K H S L
Decimal 5 112 50 0.96 0 0.55 0.56 145.23 0.91 0.23
Hex 5 70 32 60 0 37 38 91 5B 17
Octal 5 160 62 140 0 67 70 221 133 27
Binary 101 1110000 110010 1100000 0 110111 111000 10010001 1011011 10111

Color Harmonies of #057032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057032

Black with #057032

Text Example


Text Example

White with #057032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057032; }

 p { color: rgb(5,112,50); }

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

background-color css

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

 a { background-color: rgb(5,112,50); }

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

border-color css

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

 span { border-color: rgb(5,112,50); }

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