Html Css Color HEX #033324 Dark Green

📋 copy color: '#033324'

red 3 ◦ green 51 ◦ blue 36

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

Shades of Dark Green #033324

Tints of Dark Green #033324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 40%

R = 3.33%
G = 56.67%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#033324 (or 0x033324) is known color: Dark Green. HEX triplet: 03, 33 and 24. RGB value is (3,51,36). Sum of RGB (Red+Green+Blue) = 3+51+36=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #033324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033324 is #FCCCDB. Grayscale: #222222. Windows color (decimal): -16567516 or 2372355. OLE color: 2372355.

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

Color convert

RGB 3 51 36 -
CMYK 0.94 0 0.29 0.8
HSL 161.25º 0.89% 0.11% -
HSV(B) 161.25º 0.94% 0.2% -
XYZ 1.54 2.51 2.07 -
YUV 34.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 3 51 36 0.94 0 0.29 0.8 161.25 0.89 0.11
Hex 3 33 24 5E 0 1D 50 A1 59 B
Octal 3 63 44 136 0 35 120 241 131 13
Binary 11 110011 100100 1011110 0 11101 1010000 10100001 1011001 1011

Color Harmonies of #033324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033324

Black with #033324

Text Example


Text Example

White with #033324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033324; }

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

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

background-color css

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

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

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

border-color css

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

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

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