Html Css Color HEX #315517 Palm Leaf

📋 copy color: '#315517'

red 49 ◦ green 85 ◦ blue 23

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

Shades of Palm Leaf #315517

Tints of Palm Leaf #315517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 31.21%
G = 54.14%
B = 14.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#315517 (or 0x315517) is known color: Palm Leaf. HEX triplet: 31, 55 and 17. RGB value is (49,85,23). Sum of RGB (Red+Green+Blue) = 49+85+23=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #315517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315517 is #CEAAE8. Grayscale: #434343. Windows color (decimal): -13544169 or 1529137. OLE color: 1529137.

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

Color convert

RGB 49 85 23 -
CMYK 0.42 0 0.73 0.67
HSL 94.84º 0.57% 0.21% -
HSV(B) 94.84º 0.73% 0.33% -
XYZ 4.67 7.21 1.96 -
YUV 67.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 49 85 23 0.42 0 0.73 0.67 94.84 0.57 0.21
Hex 31 55 17 2A 0 49 43 5F 39 15
Octal 61 125 27 52 0 111 103 137 71 25
Binary 110001 1010101 10111 101010 0 1001001 1000011 1011111 111001 10101

Color Harmonies of #315517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315517

Black with #315517

Text Example


Text Example

White with #315517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315517; }

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

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

background-color css

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

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

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

border-color css

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

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

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