Html Css Color HEX #033418 Dark Green

📋 copy color: '#033418'

red 3 ◦ green 52 ◦ blue 24

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

Shades of Dark Green #033418

Tints of Dark Green #033418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 30.38%

R = 3.8%
G = 65.82%
B = 30.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#033418 (or 0x033418) is known color: Dark Green. HEX triplet: 03, 34 and 18. RGB value is (3,52,24). Sum of RGB (Red+Green+Blue) = 3+52+24=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #033418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033418 is #FCCBE7. Grayscale: #222222. Windows color (decimal): -16567272 or 1586179. OLE color: 1586179.

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

Color convert

RGB 3 52 24 -
CMYK 0.94 0 0.54 0.80
HSL 145.71º 0.89% 0.11% -
HSV(B) 145.71º 0.94% 0.2% -
XYZ 1.43 2.54 1.28 -
YUV 34.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 3 52 24 0.94 0 0.54 0.80 145.71 0.89 0.11
Hex 3 34 18 5E 0 36 50 92 59 B
Octal 3 64 30 136 0 66 120 222 131 13
Binary 11 110100 11000 1011110 0 110110 1010000 10010010 1011001 1011

Color Harmonies of #033418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033418

Black with #033418

Text Example


Text Example

White with #033418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033418; }

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

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

background-color css

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

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

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

border-color css

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

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

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