#034213

Color #034213 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #034213

Tints of Deep Fir #034213

Color information

#034213 (or 0x034213) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 13. RGB value is (3,66,19). Sum of RGB (Red+Green+Blue) = 3+66+19=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #034213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034213 is #FCBDEC. Grayscale: #292929. Windows color (decimal): -16563693 or 1262083. OLE color: 1262083.

HSL color Cylindrical-coordinate representation of color #034213: hue angle of 135.24º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034213 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB36619-
CMYK0.9500.710.74
HSL135.24º91.3%13.53%-
HSV(B)135.24º95.45%25.88%-
XYZ2.13.961.27-
YUV41.8115.13100.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 66 (26.17% from 255) = 75%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=3.41%
G=75%
B=21.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366190.9500.710.74135.2491.313.53
Hex342135F0474A875be
Octal310223137010711220713316
Binary1110000101001110111110100011110010101000011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034213; }

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

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

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

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

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

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

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

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