Html Css Color HEX #056000 Green

📋 copy color: '#056000'

red 5 ◦ green 96 ◦ blue 0

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

Shades of Green #056000

Tints of Green #056000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 95.05%

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

R = 4.95%
G = 95.05%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#056000 (or 0x056000) is known color: Green. HEX triplet: 05, 60 and 00. RGB value is (5,96,0). Sum of RGB (Red+Green+Blue) = 5+96+0=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 96 (37.89% from 255 or 95.05% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 96 - color contains mainly: green. Hex color #056000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056000 is #FA9FFF. Grayscale: #3A3A3A. Windows color (decimal): -16424960 or 24581. OLE color: 24581.

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

Color convert

RGB 5 96 0 -
CMYK 0.95 0 1 0.62
HSL 116.88º 1% 0.19% -
HSV(B) 116.88º 1% 0.38% -
XYZ 4.25 8.4 1.4 -
YUV 57.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 5 96 0 0.95 0 1 0.62 116.88 1 0.19
Hex 5 60 0 5F 0 64 3E 75 64 13
Octal 5 140 0 137 0 144 76 165 144 23
Binary 101 1100000 0 1011111 0 1100100 111110 1110101 1100100 10011

Color Harmonies of #056000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056000

Black with #056000

Text Example


Text Example

White with #056000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056000; }

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

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

background-color css

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

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

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

border-color css

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

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

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