Html Css Color HEX #006313 Green

📋 copy color: '#006313'

red 0 ◦ green 99 ◦ blue 19

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

Shades of Green #006313

Tints of Green #006313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 83.9%

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

R = 0%
G = 83.9%
B = 16.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#006313 (or 0x006313) is known color: Green. HEX triplet: 00, 63 and 13. RGB value is (0,99,19). Sum of RGB (Red+Green+Blue) = 0+99+19=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #006313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006313 is #FF9CEC. Grayscale: #3C3C3C. Windows color (decimal): -16751853 or 1270528. OLE color: 1270528.

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

Color convert

RGB 0 99 19 -
CMYK 1 0 0.81 0.61
HSL 131.52º 1% 0.19% -
HSV(B) 131.52º 1% 0.39% -
XYZ 4.58 8.97 2.11 -
YUV 60.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 0 99 19 1 0 0.81 0.61 131.52 1 0.19
Hex 0 63 13 64 0 51 3D 84 64 13
Octal 0 143 23 144 0 121 75 204 144 23
Binary 0 1100011 10011 1100100 0 1010001 111101 10000100 1100100 10011

Color Harmonies of #006313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006313

Black with #006313

Text Example


Text Example

White with #006313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006313; }

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

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

background-color css

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

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

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

border-color css

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

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

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