Html Css Color HEX #315519 Palm Leaf

📋 copy color: '#315519'

red 49 ◦ green 85 ◦ blue 25

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

Shades of Palm Leaf #315519

Tints of Palm Leaf #315519

RGB

 RED value IS 49 (19.53% from 255) = 30.82%

 GREEN value IS 85 (33.59% from 255) = 53.46%

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 30.82%
G = 53.46%
B = 15.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#315519 (or 0x315519) is known color: Palm Leaf. HEX triplet: 31, 55 and 19. RGB value is (49,85,25). Sum of RGB (Red+Green+Blue) = 49+85+25=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #315519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315519 is #CEAAE6. Grayscale: #434343. Windows color (decimal): -13544167 or 1660209. OLE color: 1660209.

HSL color Cylindrical-coordinate representation of color #315519: hue angle of 96º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315519 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 25 -
CMYK 0.42 0 0.71 0.67
HSL 96º 0.55% 0.22% -
HSV(B) 96º 0.71% 0.33% -
XYZ 4.69 7.22 2.07 -
YUV 67.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 49 85 25 0.42 0 0.71 0.67 96 0.55 0.22
Hex 31 55 19 2A 0 47 43 60 37 16
Octal 61 125 31 52 0 107 103 140 67 26
Binary 110001 1010101 11001 101010 0 1000111 1000011 1100000 110111 10110

Color Harmonies of #315519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315519

Black with #315519

Text Example


Text Example

White with #315519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315519; }

 p { color: rgb(49,85,25); }

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

background-color css

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

 a { background-color: rgb(49,85,25); }

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

border-color css

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

 span { border-color: rgb(49,85,25); }

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