Html Css Color HEX #253209 Pine Tree

📋 copy color: '#253209'

red 37 ◦ green 50 ◦ blue 9

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

Shades of Pine Tree #253209

Tints of Pine Tree #253209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.08%

 BLUE value IS 9 (3.91% from 255) = 9.38%

R = 38.54%
G = 52.08%
B = 9.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#253209 (or 0x253209) is known color: Pine Tree. HEX triplet: 25, 32 and 09. RGB value is (37,50,9). Sum of RGB (Red+Green+Blue) = 37+50+9=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #253209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253209 is #DACDF6. Grayscale: #292929. Windows color (decimal): -14339575 or 602661. OLE color: 602661.

HSL color Cylindrical-coordinate representation of color #253209: hue angle of 79.02º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253209 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 9 -
CMYK 0.26 0 0.82 0.80
HSL 79.02º 0.69% 0.12% -
HSV(B) 79.02º 0.82% 0.2% -
XYZ 1.95 2.69 0.68 -
YUV 41.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 37 50 9 0.26 0 0.82 0.80 79.02 0.69 0.12
Hex 25 32 9 1A 0 52 50 4F 45 C
Octal 45 62 11 32 0 122 120 117 105 14
Binary 100101 110010 1001 11010 0 1010010 1010000 1001111 1000101 1100

Color Harmonies of #253209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253209

Black with #253209

Text Example


Text Example

White with #253209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253209; }

 p { color: rgb(37,50,9); }

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

background-color css

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

 a { background-color: rgb(37,50,9); }

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

border-color css

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

 span { border-color: rgb(37,50,9); }

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