Html Css Color HEX #253506 Pine Tree

📋 copy color: '#253506'

red 37 ◦ green 53 ◦ blue 6

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

Shades of Pine Tree #253506

Tints of Pine Tree #253506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 55.21%

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 38.54%
G = 55.21%
B = 6.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#253506 (or 0x253506) is known color: Pine Tree. HEX triplet: 25, 35 and 06. RGB value is (37,53,6). Sum of RGB (Red+Green+Blue) = 37+53+6=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #253506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253506 is #DACAF9. Grayscale: #2B2B2B. Windows color (decimal): -14338810 or 406821. OLE color: 406821.

HSL color Cylindrical-coordinate representation of color #253506: hue angle of 80.43º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #253506 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 6 -
CMYK 0.30 0 0.89 0.79
HSL 80.43º 0.8% 0.12% -
HSV(B) 80.43º 0.89% 0.21% -
XYZ 2.07 2.95 0.63 -
YUV 42.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 37 53 6 0.30 0 0.89 0.79 80.43 0.8 0.12
Hex 25 35 6 1E 0 59 4F 50 50 C
Octal 45 65 6 36 0 131 117 120 120 14
Binary 100101 110101 110 11110 0 1011001 1001111 1010000 1010000 1100

Color Harmonies of #253506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253506

Black with #253506

Text Example


Text Example

White with #253506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253506; }

 p { color: rgb(37,53,6); }

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

background-color css

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

 a { background-color: rgb(37,53,6); }

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

border-color css

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

 span { border-color: rgb(37,53,6); }

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