Html Css Color HEX #315A25 Palm Leaf

📋 copy color: '#315A25'

red 49 ◦ green 90 ◦ blue 37

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

Shades of Palm Leaf #315A25

Tints of Palm Leaf #315A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.14%

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

R = 27.84%
G = 51.14%
B = 21.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#315A25 (or 0x315A25) is known color: Palm Leaf. HEX triplet: 31, 5A and 25. RGB value is (49,90,37). Sum of RGB (Red+Green+Blue) = 49+90+37=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #315A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A25 is #CEA5DA. Grayscale: #474747. Windows color (decimal): -13542875 or 2447921. OLE color: 2447921.

HSL color Cylindrical-coordinate representation of color #315A25: hue angle of 106.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315A25 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 37 -
CMYK 0.46 0 0.59 0.65
HSL 106.42º 0.42% 0.25% -
HSV(B) 106.42º 0.59% 0.35% -
XYZ 5.26 8.1 3.04 -
YUV 71.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 49 90 37 0.46 0 0.59 0.65 106.42 0.42 0.25
Hex 31 5A 25 2E 0 3B 41 6A 2A 19
Octal 61 132 45 56 0 73 101 152 52 31
Binary 110001 1011010 100101 101110 0 111011 1000001 1101010 101010 11001

Color Harmonies of #315A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A25

Black with #315A25

Text Example


Text Example

White with #315A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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