Html Css Color HEX #056B01 Green

📋 copy color: '#056B01'

red 5 ◦ green 107 ◦ blue 1

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

Shades of Green #056B01

Tints of Green #056B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 94.69%

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

R = 4.42%
G = 94.69%
B = 0.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#056B01 (or 0x056B01) is known color: Green. HEX triplet: 05, 6B and 01. RGB value is (5,107,1). Sum of RGB (Red+Green+Blue) = 5+107+1=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 107 (42.19% from 255 or 94.69% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 107 - color contains mainly: green. Hex color #056B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B01 is #FA94FE. Grayscale: #404040. Windows color (decimal): -16422143 or 92933. OLE color: 92933.

HSL color Cylindrical-coordinate representation of color #056B01: hue angle of 117.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #056B01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 1 -
CMYK 0.95 0 0.99 0.58
HSL 117.74º 0.98% 0.21% -
HSV(B) 117.74º 0.99% 0.42% -
XYZ 5.33 10.55 1.78 -
YUV 64.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 5 107 1 0.95 0 0.99 0.58 117.74 0.98 0.21
Hex 5 6B 1 5F 0 63 3A 76 62 15
Octal 5 153 1 137 0 143 72 166 142 25
Binary 101 1101011 1 1011111 0 1100011 111010 1110110 1100010 10101

Color Harmonies of #056B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B01

Black with #056B01

Text Example


Text Example

White with #056B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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