Html Css Color HEX #315828 Palm Leaf

📋 copy color: '#315828'

red 49 ◦ green 88 ◦ blue 40

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

Shades of Palm Leaf #315828

Tints of Palm Leaf #315828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 27.68%
G = 49.72%
B = 22.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#315828 (or 0x315828) is known color: Palm Leaf. HEX triplet: 31, 58 and 28. RGB value is (49,88,40). Sum of RGB (Red+Green+Blue) = 49+88+40=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #315828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315828 is #CEA7D7. Grayscale: #474747. Windows color (decimal): -13543384 or 2644017. OLE color: 2644017.

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

Color convert

RGB 49 88 40 -
CMYK 0.44 0 0.55 0.65
HSL 108.75º 0.38% 0.25% -
HSV(B) 108.75º 0.55% 0.35% -
XYZ 5.14 7.79 3.24 -
YUV 70.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 49 88 40 0.44 0 0.55 0.65 108.75 0.38 0.25
Hex 31 58 28 2C 0 37 41 6D 26 19
Octal 61 130 50 54 0 67 101 155 46 31
Binary 110001 1011000 101000 101100 0 110111 1000001 1101101 100110 11001

Color Harmonies of #315828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315828

Black with #315828

Text Example


Text Example

White with #315828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315828; }

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

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

background-color css

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

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

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

border-color css

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

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

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