#25410B

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

Shades of Pine Tree #25410B

Tints of Pine Tree #25410B

Color information

#25410B (or 0x25410B) is unknown color: approx Pine Tree. HEX triplet: 25, 41 and 0B. RGB value is (37,65,11). Sum of RGB (Red+Green+Blue) = 37+65+11=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #25410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25410B is #DABEF4. Grayscale: #323232. Windows color (decimal): -14335733 or 737573. OLE color: 737573.

HSL color Cylindrical-coordinate representation of color #25410B: hue angle of 91.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25410B is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB376511-
CMYK0.4300.830.75
HSL91.11º71.05%14.9%-
HSV(B)91.11º83.08%25.49%-
XYZ2.714.20.98-
YUV50.47105.72118.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=32.74%
G=57.52%
B=9.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765110.4300.830.7591.1171.0514.9
Hex2541B2B0534B5b47f
Octal451011353012311313310717
Binary10010110000011011101011010100111001011101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25410B; }

 p { color: rgb(37,65,11); }

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

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

 a { background-color: rgb(37,65,11); }

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

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

 span { border-color: rgb(37,65,11); }

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