Html Css Color HEX #315817 Palm Leaf

📋 copy color: '#315817'

red 49 ◦ green 88 ◦ blue 23

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

Shades of Palm Leaf #315817

Tints of Palm Leaf #315817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

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

R = 30.63%
G = 55%
B = 14.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#315817 (or 0x315817) is known color: Palm Leaf. HEX triplet: 31, 58 and 17. RGB value is (49,88,23). Sum of RGB (Red+Green+Blue) = 49+88+23=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #315817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315817 is #CEA7E8. Grayscale: #454545. Windows color (decimal): -13543401 or 1529905. OLE color: 1529905.

HSL color Cylindrical-coordinate representation of color #315817: hue angle of 96º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315817 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 23 -
CMYK 0.44 0 0.74 0.65
HSL 96º 0.59% 0.22% -
HSV(B) 96º 0.74% 0.35% -
XYZ 4.91 7.69 2.04 -
YUV 68.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 49 88 23 0.44 0 0.74 0.65 96 0.59 0.22
Hex 31 58 17 2C 0 4A 41 60 3B 16
Octal 61 130 27 54 0 112 101 140 73 26
Binary 110001 1011000 10111 101100 0 1001010 1000001 1100000 111011 10110

Color Harmonies of #315817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315817

Black with #315817

Text Example


Text Example

White with #315817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315817; }

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

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

background-color css

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

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

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

border-color css

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

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

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