Html Css Color HEX #25360D Pine Tree

📋 copy color: '#25360D'

red 37 ◦ green 54 ◦ blue 13

#25360D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #25360D

Tints of Pine Tree #25360D

RGB

 RED value IS 37 (14.84% from 255) = 35.58%

 GREEN value IS 54 (21.48% from 255) = 51.92%

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 35.58%
G = 51.92%
B = 12.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#25360D (or 0x25360D) is known color: Pine Tree. HEX triplet: 25, 36 and 0D. RGB value is (37,54,13). Sum of RGB (Red+Green+Blue) = 37+54+13=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #25360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25360D is #DAC9F2. Grayscale: #2C2C2C. Windows color (decimal): -14338547 or 865829. OLE color: 865829.

HSL color Cylindrical-coordinate representation of color #25360D: hue angle of 84.88º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25360D is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 54 13 -
CMYK 0.31 0 0.76 0.79
HSL 84.88º 0.61% 0.13% -
HSV(B) 84.88º 0.76% 0.21% -
XYZ 2.15 3.06 0.86 -
YUV 44.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 37 54 13 0.31 0 0.76 0.79 84.88 0.61 0.13
Hex 25 36 D 1F 0 4C 4F 55 3D D
Octal 45 66 15 37 0 114 117 125 75 15
Binary 100101 110110 1101 11111 0 1001100 1001111 1010101 111101 1101

Color Harmonies of #25360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25360D

Black with #25360D

Text Example


Text Example

White with #25360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25360D; }

 p { color: rgb(37,54,13); }

 H1.HeaderClassName
 {
   color: #25360D;
 }
 .AnyTagClassName
 {
   color: #25360D;
 }
</style>

background-color css

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

 a { background-color: rgb(37,54,13); }

 div.DivClassName
 {
   background-color: #25360D;
 }
 .BgClassName
 {
   background-color: #25360D;
 }
</style>

border-color css

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

 span { border-color: rgb(37,54,13); }

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