Html Css Color HEX #057000 Green

📋 copy color: '#057000'

red 5 ◦ green 112 ◦ blue 0

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

Shades of Green #057000

Tints of Green #057000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.27%
G = 95.73%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#057000 (or 0x057000) is known color: Green. HEX triplet: 05, 70 and 00. RGB value is (5,112,0). Sum of RGB (Red+Green+Blue) = 5+112+0=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 112 (44.14% from 255 or 95.73% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 112 - color contains mainly: green. Hex color #057000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057000 is #FA8FFF. Grayscale: #434343. Windows color (decimal): -16420864 or 28677. OLE color: 28677.

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

Color convert

RGB 5 112 0 -
CMYK 0.96 0 1 0.56
HSL 117.32º 1% 0.22% -
HSV(B) 117.32º 1% 0.44% -
XYZ 5.86 11.62 1.93 -
YUV 67.24 90.05 83.61 -
System Red Green Blue C M Y K H S L
Decimal 5 112 0 0.96 0 1 0.56 117.32 1 0.22
Hex 5 70 0 60 0 64 38 75 64 16
Octal 5 160 0 140 0 144 70 165 144 26
Binary 101 1110000 0 1100000 0 1100100 111000 1110101 1100100 10110

Color Harmonies of #057000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057000

Black with #057000

Text Example


Text Example

White with #057000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057000; }

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

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

background-color css

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

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

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

border-color css

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

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

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