Html Css Color HEX #253713 Pine Tree

📋 copy color: '#253713'

red 37 ◦ green 55 ◦ blue 19

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

Shades of Pine Tree #253713

Tints of Pine Tree #253713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.55%

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

R = 33.33%
G = 49.55%
B = 17.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#253713 (or 0x253713) is known color: Pine Tree. HEX triplet: 25, 37 and 13. RGB value is (37,55,19). Sum of RGB (Red+Green+Blue) = 37+55+19=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #253713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253713 is #DAC8EC. Grayscale: #2D2D2D. Windows color (decimal): -14338285 or 1259301. OLE color: 1259301.

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

Color convert

RGB 37 55 19 -
CMYK 0.33 0 0.65 0.78
HSL 90º 0.49% 0.15% -
HSV(B) 90º 0.65% 0.22% -
XYZ 2.25 3.17 1.11 -
YUV 45.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 37 55 19 0.33 0 0.65 0.78 90 0.49 0.15
Hex 25 37 13 21 0 41 4E 5A 31 F
Octal 45 67 23 41 0 101 116 132 61 17
Binary 100101 110111 10011 100001 0 1000001 1001110 1011010 110001 1111

Color Harmonies of #253713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253713

Black with #253713

Text Example


Text Example

White with #253713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253713; }

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

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

background-color css

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

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

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

border-color css

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

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

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