Html Css Color HEX #057512 Green

📋 copy color: '#057512'

red 5 ◦ green 117 ◦ blue 18

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

Shades of Green #057512

Tints of Green #057512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 83.57%

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

R = 3.57%
G = 83.57%
B = 12.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#057512 (or 0x057512) is known color: Green. HEX triplet: 05, 75 and 12. RGB value is (5,117,18). Sum of RGB (Red+Green+Blue) = 5+117+18=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #057512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057512 is #FA8AED. Grayscale: #484848. Windows color (decimal): -16419566 or 1209605. OLE color: 1209605.

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

Color convert

RGB 5 117 18 -
CMYK 0.96 0 0.85 0.54
HSL 126.96º 0.92% 0.24% -
HSV(B) 126.96º 0.96% 0.46% -
XYZ 6.53 12.8 2.7 -
YUV 72.23 97.39 80.05 -
System Red Green Blue C M Y K H S L
Decimal 5 117 18 0.96 0 0.85 0.54 126.96 0.92 0.24
Hex 5 75 12 60 0 55 36 7F 5C 18
Octal 5 165 22 140 0 125 66 177 134 30
Binary 101 1110101 10010 1100000 0 1010101 110110 1111111 1011100 11000

Color Harmonies of #057512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057512

Black with #057512

Text Example


Text Example

White with #057512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057512; }

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

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

background-color css

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

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

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

border-color css

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

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

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