Html Css Color HEX #056201 Green

📋 copy color: '#056201'

red 5 ◦ green 98 ◦ blue 1

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

Shades of Green #056201

Tints of Green #056201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 94.23%

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

R = 4.81%
G = 94.23%
B = 0.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#056201 (or 0x056201) is known color: Green. HEX triplet: 05, 62 and 01. RGB value is (5,98,1). Sum of RGB (Red+Green+Blue) = 5+98+1=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 98 (38.67% from 255 or 94.23% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 98 - color contains mainly: green. Hex color #056201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056201 is #FA9DFE. Grayscale: #3B3B3B. Windows color (decimal): -16424447 or 90629. OLE color: 90629.

HSL color Cylindrical-coordinate representation of color #056201: hue angle of 117.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #056201 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 1 -
CMYK 0.95 0 0.99 0.62
HSL 117.53º 0.98% 0.19% -
HSV(B) 117.53º 0.99% 0.38% -
XYZ 4.44 8.77 1.49 -
YUV 59.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 5 98 1 0.95 0 0.99 0.62 117.53 0.98 0.19
Hex 5 62 1 5F 0 63 3E 76 62 13
Octal 5 142 1 137 0 143 76 166 142 23
Binary 101 1100010 1 1011111 0 1100011 111110 1110110 1100010 10011

Color Harmonies of #056201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056201

Black with #056201

Text Example


Text Example

White with #056201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056201; }

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

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

background-color css

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

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

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

border-color css

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

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

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