Html Css Color HEX #013316 Dark Green

📋 copy color: '#013316'

red 1 ◦ green 51 ◦ blue 22

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

Shades of Dark Green #013316

Tints of Dark Green #013316

RGB

 RED value IS 1 (0.78% from 255) = 1.35%

 GREEN value IS 51 (20.31% from 255) = 68.92%

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 1.35%
G = 68.92%
B = 29.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#013316 (or 0x013316) is known color: Dark Green. HEX triplet: 01, 33 and 16. RGB value is (1,51,22). Sum of RGB (Red+Green+Blue) = 1+51+22=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #013316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013316 is #FECCE9. Grayscale: #202020. Windows color (decimal): -16698602 or 1454849. OLE color: 1454849.

HSL color Cylindrical-coordinate representation of color #013316: hue angle of 145.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013316 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 22 -
CMYK 0.98 0 0.57 0.8
HSL 145.2º 0.96% 0.1% -
HSV(B) 145.2º 0.98% 0.2% -
XYZ 1.34 2.43 1.16 -
YUV 32.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 1 51 22 0.98 0 0.57 0.8 145.2 0.96 0.1
Hex 1 33 16 62 0 39 50 91 60 A
Octal 1 63 26 142 0 71 120 221 140 12
Binary 1 110011 10110 1100010 0 111001 1010000 10010001 1100000 1010

Color Harmonies of #013316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013316

Black with #013316

Text Example


Text Example

White with #013316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013316; }

 p { color: rgb(1,51,22); }

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

background-color css

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

 a { background-color: rgb(1,51,22); }

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

border-color css

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

 span { border-color: rgb(1,51,22); }

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