Html Css Color HEX #315318 Palm Leaf

📋 copy color: '#315318'

red 49 ◦ green 83 ◦ blue 24

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

Shades of Palm Leaf #315318

Tints of Palm Leaf #315318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 31.41%
G = 53.21%
B = 15.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#315318 (or 0x315318) is known color: Palm Leaf. HEX triplet: 31, 53 and 18. RGB value is (49,83,24). Sum of RGB (Red+Green+Blue) = 49+83+24=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #315318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315318 is #CEACE7. Grayscale: #424242. Windows color (decimal): -13544680 or 1594161. OLE color: 1594161.

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

Color convert

RGB 49 83 24 -
CMYK 0.41 0 0.71 0.67
HSL 94.58º 0.55% 0.21% -
HSV(B) 94.58º 0.71% 0.33% -
XYZ 4.52 6.91 1.96 -
YUV 66.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 49 83 24 0.41 0 0.71 0.67 94.58 0.55 0.21
Hex 31 53 18 29 0 47 43 5F 37 15
Octal 61 123 30 51 0 107 103 137 67 25
Binary 110001 1010011 11000 101001 0 1000111 1000011 1011111 110111 10101

Color Harmonies of #315318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315318

Black with #315318

Text Example


Text Example

White with #315318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315318; }

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

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

background-color css

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

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

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

border-color css

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

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

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