Html Css Color HEX #315325 Palm Leaf

📋 copy color: '#315325'

red 49 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #315325

Tints of Palm Leaf #315325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

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

R = 28.99%
G = 49.11%
B = 21.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#315325 (or 0x315325) is known color: Palm Leaf. HEX triplet: 31, 53 and 25. RGB value is (49,83,37). Sum of RGB (Red+Green+Blue) = 49+83+37=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #315325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315325 is #CEACDA. Grayscale: #434343. Windows color (decimal): -13544667 or 2446129. OLE color: 2446129.

HSL color Cylindrical-coordinate representation of color #315325: hue angle of 104.35º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315325 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 37 -
CMYK 0.41 0 0.55 0.67
HSL 104.35º 0.38% 0.24% -
HSV(B) 104.35º 0.55% 0.33% -
XYZ 4.69 6.97 2.85 -
YUV 67.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 49 83 37 0.41 0 0.55 0.67 104.35 0.38 0.24
Hex 31 53 25 29 0 37 43 68 26 18
Octal 61 123 45 51 0 67 103 150 46 30
Binary 110001 1010011 100101 101001 0 110111 1000011 1101000 100110 11000

Color Harmonies of #315325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315325

Black with #315325

Text Example


Text Example

White with #315325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315325; }

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

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

background-color css

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

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

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

border-color css

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

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

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