Html Css Color HEX #315925 Palm Leaf

📋 copy color: '#315925'

red 49 ◦ green 89 ◦ blue 37

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

Shades of Palm Leaf #315925

Tints of Palm Leaf #315925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

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

R = 28%
G = 50.86%
B = 21.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#315925 (or 0x315925) is known color: Palm Leaf. HEX triplet: 31, 59 and 25. RGB value is (49,89,37). Sum of RGB (Red+Green+Blue) = 49+89+37=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #315925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315925 is #CEA6DA. Grayscale: #474747. Windows color (decimal): -13543131 or 2447665. OLE color: 2447665.

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

Color convert

RGB 49 89 37 -
CMYK 0.45 0 0.58 0.65
HSL 106.15º 0.41% 0.25% -
HSV(B) 106.15º 0.58% 0.35% -
XYZ 5.17 7.93 3.01 -
YUV 71.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 49 89 37 0.45 0 0.58 0.65 106.15 0.41 0.25
Hex 31 59 25 2D 0 3A 41 6A 29 19
Octal 61 131 45 55 0 72 101 152 51 31
Binary 110001 1011001 100101 101101 0 111010 1000001 1101010 101001 11001

Color Harmonies of #315925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315925

Black with #315925

Text Example


Text Example

White with #315925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315925; }

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

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

background-color css

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

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

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

border-color css

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

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

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