Html Css Color HEX #057101 Green

📋 copy color: '#057101'

red 5 ◦ green 113 ◦ blue 1

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

Shades of Green #057101

Tints of Green #057101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 94.96%

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

R = 4.2%
G = 94.96%
B = 0.84%

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

#057101 (or 0x057101) is known color: Green. HEX triplet: 05, 71 and 01. RGB value is (5,113,1). Sum of RGB (Red+Green+Blue) = 5+113+1=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 113 (44.53% from 255 or 94.96% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 113 - color contains mainly: green. Hex color #057101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057101 is #FA8EFE. Grayscale: #444444. Windows color (decimal): -16420607 or 94469. OLE color: 94469.

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

Color convert

RGB 5 113 1 -
CMYK 0.96 0 0.99 0.56
HSL 117.86º 0.98% 0.22% -
HSV(B) 117.86º 0.99% 0.44% -
XYZ 5.97 11.84 2 -
YUV 67.94 90.22 83.11 -
System Red Green Blue C M Y K H S L
Decimal 5 113 1 0.96 0 0.99 0.56 117.86 0.98 0.22
Hex 5 71 1 60 0 63 38 76 62 16
Octal 5 161 1 140 0 143 70 166 142 26
Binary 101 1110001 1 1100000 0 1100011 111000 1110110 1100010 10110

Color Harmonies of #057101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057101

Black with #057101

Text Example


Text Example

White with #057101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057101; }

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

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

background-color css

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

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

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

border-color css

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

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

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