Html Css Color HEX #315229 Palm Leaf

📋 copy color: '#315229'

red 49 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #315229

Tints of Palm Leaf #315229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 28.49%
G = 47.67%
B = 23.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#315229 (or 0x315229) is known color: Palm Leaf. HEX triplet: 31, 52 and 29. RGB value is (49,82,41). Sum of RGB (Red+Green+Blue) = 49+82+41=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #315229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315229 is #CEADD6. Grayscale: #434343. Windows color (decimal): -13544919 or 2708017. OLE color: 2708017.

HSL color Cylindrical-coordinate representation of color #315229: hue angle of 108.29º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315229 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 41 -
CMYK 0.40 0 0.50 0.68
HSL 108.29º 0.33% 0.24% -
HSV(B) 108.29º 0.5% 0.32% -
XYZ 4.68 6.85 3.17 -
YUV 67.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 49 82 41 0.40 0 0.50 0.68 108.29 0.33 0.24
Hex 31 52 29 28 0 32 44 6C 21 18
Octal 61 122 51 50 0 62 104 154 41 30
Binary 110001 1010010 101001 101000 0 110010 1000100 1101100 100001 11000

Color Harmonies of #315229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315229

Black with #315229

Text Example


Text Example

White with #315229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315229; }

 p { color: rgb(49,82,41); }

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

background-color css

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

 a { background-color: rgb(49,82,41); }

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

border-color css

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

 span { border-color: rgb(49,82,41); }

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