Html Css Color HEX #057418 Green

📋 copy color: '#057418'

red 5 ◦ green 116 ◦ blue 24

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

Shades of Green #057418

Tints of Green #057418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 3.45%
G = 80%
B = 16.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#057418 (or 0x057418) is known color: Green. HEX triplet: 05, 74 and 18. RGB value is (5,116,24). Sum of RGB (Red+Green+Blue) = 5+116+24=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #057418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057418 is #FA8BE7. Grayscale: #484848. Windows color (decimal): -16419816 or 1602565. OLE color: 1602565.

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

Color convert

RGB 5 116 24 -
CMYK 0.96 0 0.79 0.55
HSL 130.27º 0.92% 0.24% -
HSV(B) 130.27º 0.96% 0.45% -
XYZ 6.47 12.59 2.95 -
YUV 72.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 5 116 24 0.96 0 0.79 0.55 130.27 0.92 0.24
Hex 5 74 18 60 0 4F 37 82 5C 18
Octal 5 164 30 140 0 117 67 202 134 30
Binary 101 1110100 11000 1100000 0 1001111 110111 10000010 1011100 11000

Color Harmonies of #057418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057418

Black with #057418

Text Example


Text Example

White with #057418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057418; }

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

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

background-color css

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

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

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

border-color css

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

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

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