Html Css Color HEX #033424 Dark Green

📋 copy color: '#033424'

red 3 ◦ green 52 ◦ blue 36

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

Shades of Dark Green #033424

Tints of Dark Green #033424

RGB

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

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

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

R = 3.3%
G = 57.14%
B = 39.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#033424 (or 0x033424) is known color: Dark Green. HEX triplet: 03, 34 and 24. RGB value is (3,52,36). Sum of RGB (Red+Green+Blue) = 3+52+36=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #033424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033424 is #FCCBDB. Grayscale: #232323. Windows color (decimal): -16567260 or 2372611. OLE color: 2372611.

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

Color convert

RGB 3 52 36 -
CMYK 0.94 0 0.31 0.80
HSL 160.41º 0.89% 0.11% -
HSV(B) 160.41º 0.94% 0.2% -
XYZ 1.58 2.6 2.09 -
YUV 35.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 3 52 36 0.94 0 0.31 0.80 160.41 0.89 0.11
Hex 3 34 24 5E 0 1F 50 A0 59 B
Octal 3 64 44 136 0 37 120 240 131 13
Binary 11 110100 100100 1011110 0 11111 1010000 10100000 1011001 1011

Color Harmonies of #033424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033424

Black with #033424

Text Example


Text Example

White with #033424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033424; }

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

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

background-color css

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

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

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

border-color css

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

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

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