#213608

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

Shades of Pine Tree #213608

Tints of Pine Tree #213608

Color information

#213608 (or 0x213608) is unknown color: approx Pine Tree. HEX triplet: 21, 36 and 08. RGB value is (33,54,8). Sum of RGB (Red+Green+Blue) = 33+54+8=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #213608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213608 is #DEC9F7. Grayscale: #2A2A2A. Windows color (decimal): -14600696 or 538145. OLE color: 538145.

HSL color Cylindrical-coordinate representation of color #213608: hue angle of 87.39º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213608 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB33548-
CMYK0.3900.850.79
HSL87.39º74.19%12.16%-
HSV(B)87.39º85.19%21.18%-
XYZ1.992.980.7-
YUV42.48108.54121.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 54 (21.48% from 255) = 56.84%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=34.74%
G=56.84%
B=8.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal335480.3900.850.7987.3974.1912.16
Hex21368270554F574ac
Octal41661047012511712711214
Binary1000011101101000100111010101011001111101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213608; }

 p { color: rgb(33,54,8); }

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

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

 a { background-color: rgb(33,54,8); }

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

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

 span { border-color: rgb(33,54,8); }

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