Html Css Color HEX #263513 Pine Tree

📋 copy color: '#263513'

red 38 ◦ green 53 ◦ blue 19

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

Shades of Pine Tree #263513

Tints of Pine Tree #263513

RGB

 RED value IS 38 (15.23% from 255) = 34.55%

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

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

R = 34.55%
G = 48.18%
B = 17.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#263513 (or 0x263513) is known color: Pine Tree. HEX triplet: 26, 35 and 13. RGB value is (38,53,19). Sum of RGB (Red+Green+Blue) = 38+53+19=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #263513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263513 is #D9CAEC. Grayscale: #2C2C2C. Windows color (decimal): -14273261 or 1258790. OLE color: 1258790.

HSL color Cylindrical-coordinate representation of color #263513: hue angle of 86.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263513 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 53 19 -
CMYK 0.28 0 0.64 0.79
HSL 86.47º 0.47% 0.14% -
HSV(B) 86.47º 0.64% 0.21% -
XYZ 2.19 3.01 1.08 -
YUV 44.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 38 53 19 0.28 0 0.64 0.79 86.47 0.47 0.14
Hex 26 35 13 1C 0 40 4F 56 2F E
Octal 46 65 23 34 0 100 117 126 57 16
Binary 100110 110101 10011 11100 0 1000000 1001111 1010110 101111 1110

Color Harmonies of #263513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263513

Black with #263513

Text Example


Text Example

White with #263513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263513; }

 p { color: rgb(38,53,19); }

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

background-color css

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

 a { background-color: rgb(38,53,19); }

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

border-color css

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

 span { border-color: rgb(38,53,19); }

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