Html Css Color HEX #033313 Dark Green

📋 copy color: '#033313'

red 3 ◦ green 51 ◦ blue 19

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

Shades of Dark Green #033313

Tints of Dark Green #033313

RGB

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

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

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

R = 4.11%
G = 69.86%
B = 26.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#033313 (or 0x033313) is known color: Dark Green. HEX triplet: 03, 33 and 13. RGB value is (3,51,19). Sum of RGB (Red+Green+Blue) = 3+51+19=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #033313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033313 is #FCCCEC. Grayscale: #212121. Windows color (decimal): -16567533 or 1258243. OLE color: 1258243.

HSL color Cylindrical-coordinate representation of color #033313: hue angle of 140º 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 #033313 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 19 -
CMYK 0.94 0 0.63 0.8
HSL 140º 0.89% 0.11% -
HSV(B) 140º 0.94% 0.2% -
XYZ 1.34 2.43 1.02 -
YUV 33 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 3 51 19 0.94 0 0.63 0.8 140 0.89 0.11
Hex 3 33 13 5E 0 3F 50 8C 59 B
Octal 3 63 23 136 0 77 120 214 131 13
Binary 11 110011 10011 1011110 0 111111 1010000 10001100 1011001 1011

Color Harmonies of #033313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033313

Black with #033313

Text Example


Text Example

White with #033313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033313; }

 p { color: rgb(3,51,19); }

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

background-color css

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

 a { background-color: rgb(3,51,19); }

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

border-color css

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

 span { border-color: rgb(3,51,19); }

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