Html Css Color HEX #253913 Pine Tree

📋 copy color: '#253913'

red 37 ◦ green 57 ◦ blue 19

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

Shades of Pine Tree #253913

Tints of Pine Tree #253913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.44%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 32.74%
G = 50.44%
B = 16.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#253913 (or 0x253913) is known color: Pine Tree. HEX triplet: 25, 39 and 13. RGB value is (37,57,19). Sum of RGB (Red+Green+Blue) = 37+57+19=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #253913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253913 is #DAC6EC. Grayscale: #2E2E2E. Windows color (decimal): -14337773 or 1259813. OLE color: 1259813.

HSL color Cylindrical-coordinate representation of color #253913: hue angle of 91.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253913 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 57 19 -
CMYK 0.35 0 0.67 0.78
HSL 91.58º 0.5% 0.15% -
HSV(B) 91.58º 0.67% 0.22% -
XYZ 2.34 3.37 1.14 -
YUV 46.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 37 57 19 0.35 0 0.67 0.78 91.58 0.5 0.15
Hex 25 39 13 23 0 43 4E 5C 32 F
Octal 45 71 23 43 0 103 116 134 62 17
Binary 100101 111001 10011 100011 0 1000011 1001110 1011100 110010 1111

Color Harmonies of #253913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253913

Black with #253913

Text Example


Text Example

White with #253913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253913; }

 p { color: rgb(37,57,19); }

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

background-color css

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

 a { background-color: rgb(37,57,19); }

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

border-color css

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

 span { border-color: rgb(37,57,19); }

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