#253814

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

Shades of Pine Tree #253814

Tints of Pine Tree #253814

Color information

#253814 (or 0x253814) is unknown color: approx Pine Tree. HEX triplet: 25, 38 and 14. RGB value is (37,56,20). Sum of RGB (Red+Green+Blue) = 37+56+20=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #253814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253814 is #DAC7EB. Grayscale: #2E2E2E. Windows color (decimal): -14338028 or 1325093. OLE color: 1325093.

HSL color Cylindrical-coordinate representation of color #253814: hue angle of 91.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253814 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB375620-
CMYK0.3400.640.78
HSL91.67º47.37%14.9%-
HSV(B)91.67º64.29%21.96%-
XYZ2.33.271.17-
YUV46.22113.21121.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=32.74%
G=49.56%
B=17.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756200.3400.640.7891.6747.3714.9
Hex253814220404E5c2ff
Octal4570244201001161345717
Binary1001011110001010010001001000000100111010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253814; }

 p { color: rgb(37,56,20); }

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

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

 a { background-color: rgb(37,56,20); }

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

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

 span { border-color: rgb(37,56,20); }

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