Html Css Color HEX #253413 Pine Tree

📋 copy color: '#253413'

red 37 ◦ green 52 ◦ blue 19

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

Shades of Pine Tree #253413

Tints of Pine Tree #253413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

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

R = 34.26%
G = 48.15%
B = 17.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#253413 (or 0x253413) is known color: Pine Tree. HEX triplet: 25, 34 and 13. RGB value is (37,52,19). Sum of RGB (Red+Green+Blue) = 37+52+19=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #253413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253413 is #DACBEC. Grayscale: #2B2B2B. Windows color (decimal): -14339053 or 1258533. OLE color: 1258533.

HSL color Cylindrical-coordinate representation of color #253413: hue angle of 87.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253413 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 19 -
CMYK 0.29 0 0.63 0.80
HSL 87.27º 0.46% 0.14% -
HSV(B) 87.27º 0.63% 0.2% -
XYZ 2.11 2.9 1.06 -
YUV 43.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 37 52 19 0.29 0 0.63 0.80 87.27 0.46 0.14
Hex 25 34 13 1D 0 3F 50 57 2E E
Octal 45 64 23 35 0 77 120 127 56 16
Binary 100101 110100 10011 11101 0 111111 1010000 1010111 101110 1110

Color Harmonies of #253413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253413

Black with #253413

Text Example


Text Example

White with #253413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253413; }

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

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

background-color css

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

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

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

border-color css

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

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

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