Html Css Color HEX #25360A Pine Tree

📋 copy color: '#25360A'

red 37 ◦ green 54 ◦ blue 10

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

Shades of Pine Tree #25360A

Tints of Pine Tree #25360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 36.63%
G = 53.47%
B = 9.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#25360A (or 0x25360A) is known color: Pine Tree. HEX triplet: 25, 36 and 0A. RGB value is (37,54,10). Sum of RGB (Red+Green+Blue) = 37+54+10=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #25360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25360A is #DAC9F5. Grayscale: #2C2C2C. Windows color (decimal): -14338550 or 669221. OLE color: 669221.

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

Color convert

RGB 37 54 10 -
CMYK 0.31 0 0.81 0.79
HSL 83.18º 0.69% 0.13% -
HSV(B) 83.18º 0.81% 0.21% -
XYZ 2.14 3.05 0.76 -
YUV 43.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 37 54 10 0.31 0 0.81 0.79 83.18 0.69 0.13
Hex 25 36 A 1F 0 51 4F 53 45 D
Octal 45 66 12 37 0 121 117 123 105 15
Binary 100101 110110 1010 11111 0 1010001 1001111 1010011 1000101 1101

Color Harmonies of #25360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25360A

Black with #25360A

Text Example


Text Example

White with #25360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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