Html Css Color HEX #057412 Green

📋 copy color: '#057412'

red 5 ◦ green 116 ◦ blue 18

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

Shades of Green #057412

Tints of Green #057412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 83.45%

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 3.6%
G = 83.45%
B = 12.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#057412 (or 0x057412) is known color: Green. HEX triplet: 05, 74 and 12. RGB value is (5,116,18). Sum of RGB (Red+Green+Blue) = 5+116+18=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #057412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057412 is #FA8BED. Grayscale: #474747. Windows color (decimal): -16419822 or 1209349. OLE color: 1209349.

HSL color Cylindrical-coordinate representation of color #057412: hue angle of 127.03º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057412 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 18 -
CMYK 0.96 0 0.84 0.55
HSL 127.03º 0.92% 0.24% -
HSV(B) 127.03º 0.96% 0.45% -
XYZ 6.42 12.57 2.66 -
YUV 71.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 5 116 18 0.96 0 0.84 0.55 127.03 0.92 0.24
Hex 5 74 12 60 0 54 37 7F 5C 18
Octal 5 164 22 140 0 124 67 177 134 30
Binary 101 1110100 10010 1100000 0 1010100 110111 1111111 1011100 11000

Color Harmonies of #057412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057412

Black with #057412

Text Example


Text Example

White with #057412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057412; }

 p { color: rgb(5,116,18); }

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

background-color css

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

 a { background-color: rgb(5,116,18); }

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

border-color css

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

 span { border-color: rgb(5,116,18); }

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