Html Css Color HEX #315225 Palm Leaf

📋 copy color: '#315225'

red 49 ◦ green 82 ◦ blue 37

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

Shades of Palm Leaf #315225

Tints of Palm Leaf #315225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 29.17%
G = 48.81%
B = 22.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#315225 (or 0x315225) is known color: Palm Leaf. HEX triplet: 31, 52 and 25. RGB value is (49,82,37). Sum of RGB (Red+Green+Blue) = 49+82+37=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #315225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315225 is #CEADDA. Grayscale: #434343. Windows color (decimal): -13544923 or 2445873. OLE color: 2445873.

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

Color convert

RGB 49 82 37 -
CMYK 0.40 0 0.55 0.68
HSL 104º 0.38% 0.23% -
HSV(B) 104º 0.55% 0.32% -
XYZ 4.62 6.82 2.82 -
YUV 67 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 49 82 37 0.40 0 0.55 0.68 104 0.38 0.23
Hex 31 52 25 28 0 37 44 68 26 17
Octal 61 122 45 50 0 67 104 150 46 27
Binary 110001 1010010 100101 101000 0 110111 1000100 1101000 100110 10111

Color Harmonies of #315225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315225

Black with #315225

Text Example


Text Example

White with #315225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315225; }

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

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

background-color css

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

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

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

border-color css

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

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

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