Html Css Color HEX #057001 Green

📋 copy color: '#057001'

red 5 ◦ green 112 ◦ blue 1

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

Shades of Green #057001

Tints of Green #057001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 4.24%
G = 94.92%
B = 0.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#057001 (or 0x057001) is known color: Green. HEX triplet: 05, 70 and 01. RGB value is (5,112,1). Sum of RGB (Red+Green+Blue) = 5+112+1=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 112 (44.14% from 255 or 94.92% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 112 - color contains mainly: green. Hex color #057001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057001 is #FA8FFE. Grayscale: #434343. Windows color (decimal): -16420863 or 94213. OLE color: 94213.

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

Color convert

RGB 5 112 1 -
CMYK 0.96 0 0.99 0.56
HSL 117.84º 0.98% 0.22% -
HSV(B) 117.84º 0.99% 0.44% -
XYZ 5.86 11.62 1.96 -
YUV 67.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 5 112 1 0.96 0 0.99 0.56 117.84 0.98 0.22
Hex 5 70 1 60 0 63 38 76 62 16
Octal 5 160 1 140 0 143 70 166 142 26
Binary 101 1110000 1 1100000 0 1100011 111000 1110110 1100010 10110

Color Harmonies of #057001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057001

Black with #057001

Text Example


Text Example

White with #057001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057001; }

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

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

background-color css

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

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

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

border-color css

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

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

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