Html Css Color HEX #315124 Palm Leaf

📋 copy color: '#315124'

red 49 ◦ green 81 ◦ blue 36

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

Shades of Palm Leaf #315124

Tints of Palm Leaf #315124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.8%

 BLUE value IS 36 (14.45% from 255) = 21.69%

R = 29.52%
G = 48.8%
B = 21.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#315124 (or 0x315124) is known color: Palm Leaf. HEX triplet: 31, 51 and 24. RGB value is (49,81,36). Sum of RGB (Red+Green+Blue) = 49+81+36=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #315124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315124 is #CEAEDB. Grayscale: #424242. Windows color (decimal): -13545180 or 2380081. OLE color: 2380081.

HSL color Cylindrical-coordinate representation of color #315124: hue angle of 102.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315124 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 36 -
CMYK 0.40 0 0.56 0.68
HSL 102.67º 0.38% 0.23% -
HSV(B) 102.67º 0.56% 0.32% -
XYZ 4.53 6.67 2.72 -
YUV 66.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 49 81 36 0.40 0 0.56 0.68 102.67 0.38 0.23
Hex 31 51 24 28 0 38 44 67 26 17
Octal 61 121 44 50 0 70 104 147 46 27
Binary 110001 1010001 100100 101000 0 111000 1000100 1100111 100110 10111

Color Harmonies of #315124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315124

Black with #315124

Text Example


Text Example

White with #315124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315124; }

 p { color: rgb(49,81,36); }

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

background-color css

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

 a { background-color: rgb(49,81,36); }

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

border-color css

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

 span { border-color: rgb(49,81,36); }

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