Html Css Color HEX #056500 Green

📋 copy color: '#056500'

red 5 ◦ green 101 ◦ blue 0

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

Shades of Green #056500

Tints of Green #056500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 95.28%

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

R = 4.72%
G = 95.28%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#056500 (or 0x056500) is known color: Green. HEX triplet: 05, 65 and 00. RGB value is (5,101,0). Sum of RGB (Red+Green+Blue) = 5+101+0=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 101 (39.84% from 255 or 95.28% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 101 - color contains mainly: green. Hex color #056500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056500 is #FA9AFF. Grayscale: #3D3D3D. Windows color (decimal): -16423680 or 25861. OLE color: 25861.

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

Color convert

RGB 5 101 0 -
CMYK 0.95 0 1 0.60
HSL 117.03º 1% 0.2% -
HSV(B) 117.03º 1% 0.4% -
XYZ 4.72 9.34 1.55 -
YUV 60.78 93.7 88.21 -
System Red Green Blue C M Y K H S L
Decimal 5 101 0 0.95 0 1 0.60 117.03 1 0.2
Hex 5 65 0 5F 0 64 3C 75 64 14
Octal 5 145 0 137 0 144 74 165 144 24
Binary 101 1100101 0 1011111 0 1100100 111100 1110101 1100100 10100

Color Harmonies of #056500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056500

Black with #056500

Text Example


Text Example

White with #056500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056500; }

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

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

background-color css

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

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

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

border-color css

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

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

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