Html Css Color HEX #315319 Palm Leaf

📋 copy color: '#315319'

red 49 ◦ green 83 ◦ blue 25

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

Shades of Palm Leaf #315319

Tints of Palm Leaf #315319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

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

R = 31.21%
G = 52.87%
B = 15.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#315319 (or 0x315319) is known color: Palm Leaf. HEX triplet: 31, 53 and 19. RGB value is (49,83,25). Sum of RGB (Red+Green+Blue) = 49+83+25=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #315319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315319 is #CEACE6. Grayscale: #424242. Windows color (decimal): -13544679 or 1659697. OLE color: 1659697.

HSL color Cylindrical-coordinate representation of color #315319: hue angle of 95.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315319 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 25 -
CMYK 0.41 0 0.70 0.67
HSL 95.17º 0.54% 0.21% -
HSV(B) 95.17º 0.7% 0.33% -
XYZ 4.54 6.91 2.01 -
YUV 66.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 49 83 25 0.41 0 0.70 0.67 95.17 0.54 0.21
Hex 31 53 19 29 0 46 43 5F 36 15
Octal 61 123 31 51 0 106 103 137 66 25
Binary 110001 1010011 11001 101001 0 1000110 1000011 1011111 110110 10101

Color Harmonies of #315319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315319

Black with #315319

Text Example


Text Example

White with #315319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315319; }

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

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

background-color css

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

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

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

border-color css

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

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

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