Html Css Color HEX #315219 Palm Leaf

📋 copy color: '#315219'

red 49 ◦ green 82 ◦ blue 25

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

Shades of Palm Leaf #315219

Tints of Palm Leaf #315219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 31.41%
G = 52.56%
B = 16.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#315219 (or 0x315219) is known color: Palm Leaf. HEX triplet: 31, 52 and 19. RGB value is (49,82,25). Sum of RGB (Red+Green+Blue) = 49+82+25=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #315219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315219 is #CEADE6. Grayscale: #414141. Windows color (decimal): -13544935 or 1659441. OLE color: 1659441.

HSL color Cylindrical-coordinate representation of color #315219: hue angle of 94.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315219 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 25 -
CMYK 0.40 0 0.70 0.68
HSL 94.74º 0.53% 0.21% -
HSV(B) 94.74º 0.7% 0.32% -
XYZ 4.46 6.76 1.99 -
YUV 65.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 49 82 25 0.40 0 0.70 0.68 94.74 0.53 0.21
Hex 31 52 19 28 0 46 44 5F 35 15
Octal 61 122 31 50 0 106 104 137 65 25
Binary 110001 1010010 11001 101000 0 1000110 1000100 1011111 110101 10101

Color Harmonies of #315219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315219

Black with #315219

Text Example


Text Example

White with #315219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315219; }

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

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

background-color css

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

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

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

border-color css

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

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

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