Html Css Color HEX #033416 Dark Green

📋 copy color: '#033416'

red 3 ◦ green 52 ◦ blue 22

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

Shades of Dark Green #033416

Tints of Dark Green #033416

RGB

 RED value IS 3 (1.56% from 255) = 3.9%

 GREEN value IS 52 (20.7% from 255) = 67.53%

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

R = 3.9%
G = 67.53%
B = 28.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#033416 (or 0x033416) is known color: Dark Green. HEX triplet: 03, 34 and 16. RGB value is (3,52,22). Sum of RGB (Red+Green+Blue) = 3+52+22=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #033416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033416 is #FCCBE9. Grayscale: #222222. Windows color (decimal): -16567274 or 1455107. OLE color: 1455107.

HSL color Cylindrical-coordinate representation of color #033416: hue angle of 143.27º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033416 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 52 22 -
CMYK 0.94 0 0.58 0.80
HSL 143.27º 0.89% 0.11% -
HSV(B) 143.27º 0.94% 0.2% -
XYZ 1.41 2.53 1.17 -
YUV 33.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 3 52 22 0.94 0 0.58 0.80 143.27 0.89 0.11
Hex 3 34 16 5E 0 3A 50 8F 59 B
Octal 3 64 26 136 0 72 120 217 131 13
Binary 11 110100 10110 1011110 0 111010 1010000 10001111 1011001 1011

Color Harmonies of #033416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033416

Black with #033416

Text Example


Text Example

White with #033416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033416; }

 p { color: rgb(3,52,22); }

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

background-color css

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

 a { background-color: rgb(3,52,22); }

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

border-color css

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

 span { border-color: rgb(3,52,22); }

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