Html Css Color HEX #006013 Green

📋 copy color: '#006013'

red 0 ◦ green 96 ◦ blue 19

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

Shades of Green #006013

Tints of Green #006013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 0%
G = 83.48%
B = 16.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#006013 (or 0x006013) is known color: Green. HEX triplet: 00, 60 and 13. RGB value is (0,96,19). Sum of RGB (Red+Green+Blue) = 0+96+19=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #006013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006013 is #FF9FEC. Grayscale: #3A3A3A. Windows color (decimal): -16752621 or 1269760. OLE color: 1269760.

HSL color Cylindrical-coordinate representation of color #006013: hue angle of 131.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 #006013 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 19 -
CMYK 1 0 0.80 0.62
HSL 131.88º 1% 0.19% -
HSV(B) 131.88º 1% 0.38% -
XYZ 4.3 8.41 2.01 -
YUV 58.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 0 96 19 1 0 0.80 0.62 131.88 1 0.19
Hex 0 60 13 64 0 50 3E 84 64 13
Octal 0 140 23 144 0 120 76 204 144 23
Binary 0 1100000 10011 1100100 0 1010000 111110 10000100 1100100 10011

Color Harmonies of #006013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006013

Black with #006013

Text Example


Text Example

White with #006013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006013; }

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

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

background-color css

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

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

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

border-color css

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

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

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