#273614

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

Shades of Pine Tree #273614

Tints of Pine Tree #273614

Color information

#273614 (or 0x273614) is unknown color: approx Pine Tree. HEX triplet: 27, 36 and 14. RGB value is (39,54,20). Sum of RGB (Red+Green+Blue) = 39+54+20=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #273614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273614 is #D8C9EB. Grayscale: #2D2D2D. Windows color (decimal): -14207468 or 1324583. OLE color: 1324583.

HSL color Cylindrical-coordinate representation of color #273614: hue angle of 86.47º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273614 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB395420-
CMYK0.2800.630.79
HSL86.47º45.95%14.51%-
HSV(B)86.47º62.96%21.18%-
XYZ2.283.121.14-
YUV45.64113.53123.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=34.51%
G=47.79%
B=17.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954200.2800.630.7986.4745.9514.51
Hex2736141C03F4F562ef
Octal476624340771171265617
Binary10011111011010100111000111111100111110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273614; }

 p { color: rgb(39,54,20); }

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

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

 a { background-color: rgb(39,54,20); }

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

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

 span { border-color: rgb(39,54,20); }

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