#033414

Color #033414 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #033414

Tints of Dark Green #033414

Color information

#033414 (or 0x033414) is unknown color: approx Dark Green. HEX triplet: 03, 34 and 14. RGB value is (3,52,20). Sum of RGB (Red+Green+Blue) = 3+52+20=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #033414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033414 is #FCCBEB. Grayscale: #212121. Windows color (decimal): -16567276 or 1324035. OLE color: 1324035.

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

Color convert

RGB35220-
CMYK0.9400.620.80
HSL140.82º89.09%10.78%-
HSV(B)140.82º94.23%20.39%-
XYZ1.392.531.08-
YUV33.7120.27106.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=4%
G=69.33%
B=26.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352200.9400.620.80140.8289.0910.78
Hex334145E03E508d59b
Octal3642413607612021513113
Binary11110100101001011110011111010100001000110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033414; }

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

 H1.HeaderClassName
 {
   color: #033414;
 }
 .AnyTagClassName
 {
   color: #033414;
 }
</style>
background-color css

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

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

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

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

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

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