Html Css Color HEX #315025 Palm Leaf

📋 copy color: '#315025'

red 49 ◦ green 80 ◦ blue 37

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

Shades of Palm Leaf #315025

Tints of Palm Leaf #315025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

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

R = 29.52%
G = 48.19%
B = 22.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#315025 (or 0x315025) is known color: Palm Leaf. HEX triplet: 31, 50 and 25. RGB value is (49,80,37). Sum of RGB (Red+Green+Blue) = 49+80+37=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #315025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315025 is #CEAFDA. Grayscale: #414141. Windows color (decimal): -13545435 or 2445361. OLE color: 2445361.

HSL color Cylindrical-coordinate representation of color #315025: hue angle of 103.26º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #315025 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 37 -
CMYK 0.39 0 0.54 0.69
HSL 103.26º 0.37% 0.23% -
HSV(B) 103.26º 0.54% 0.31% -
XYZ 4.47 6.52 2.77 -
YUV 65.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 49 80 37 0.39 0 0.54 0.69 103.26 0.37 0.23
Hex 31 50 25 27 0 36 45 67 25 17
Octal 61 120 45 47 0 66 105 147 45 27
Binary 110001 1010000 100101 100111 0 110110 1000101 1100111 100101 10111

Color Harmonies of #315025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315025

Black with #315025

Text Example


Text Example

White with #315025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315025; }

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

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

background-color css

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

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

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

border-color css

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

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

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