#213504

Color #213504 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #213504

Tints of Pine Tree #213504

Color information

#213504 (or 0x213504) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 04. RGB value is (33,53,4). Sum of RGB (Red+Green+Blue) = 33+53+4=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #213504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213504 is #DECAFB. Grayscale: #292929. Windows color (decimal): -14600956 or 275745. OLE color: 275745.

HSL color Cylindrical-coordinate representation of color #213504: hue angle of 84.49º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #213504 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB33534-
CMYK0.3800.920.79
HSL84.49º85.96%11.18%-
HSV(B)84.49º92.45%20.78%-
XYZ1.922.880.57-
YUV41.43106.87121.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=36.67%
G=58.89%
B=4.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal335340.3800.920.7984.4985.9611.18
Hex213542605C4F5456b
Octal4165446013411712412613
Binary100001110101100100110010111001001111101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213504; }

 p { color: rgb(33,53,4); }

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

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

 a { background-color: rgb(33,53,4); }

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

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

 span { border-color: rgb(33,53,4); }

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