Html Css Color HEX #057312 Green

📋 copy color: '#057312'

red 5 ◦ green 115 ◦ blue 18

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

Shades of Green #057312

Tints of Green #057312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 83.33%

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

R = 3.62%
G = 83.33%
B = 13.04%

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

#057312 (or 0x057312) is known color: Green. HEX triplet: 05, 73 and 12. RGB value is (5,115,18). Sum of RGB (Red+Green+Blue) = 5+115+18=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #057312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057312 is #FA8CED. Grayscale: #474747. Windows color (decimal): -16420078 or 1209093. OLE color: 1209093.

HSL color Cylindrical-coordinate representation of color #057312: hue angle of 127.09º 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 #057312 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 18 -
CMYK 0.96 0 0.84 0.55
HSL 127.09º 0.92% 0.24% -
HSV(B) 127.09º 0.96% 0.45% -
XYZ 6.3 12.34 2.62 -
YUV 71.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 5 115 18 0.96 0 0.84 0.55 127.09 0.92 0.24
Hex 5 73 12 60 0 54 37 7F 5C 18
Octal 5 163 22 140 0 124 67 177 134 30
Binary 101 1110011 10010 1100000 0 1010100 110111 1111111 1011100 11000

Color Harmonies of #057312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057312

Black with #057312

Text Example


Text Example

White with #057312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057312; }

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

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

background-color css

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

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

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

border-color css

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

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

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