Html Css Color HEX #315121 Palm Leaf

📋 copy color: '#315121'

red 49 ◦ green 81 ◦ blue 33

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

Shades of Palm Leaf #315121

Tints of Palm Leaf #315121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.69%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 30.06%
G = 49.69%
B = 20.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#315121 (or 0x315121) is known color: Palm Leaf. HEX triplet: 31, 51 and 21. RGB value is (49,81,33). Sum of RGB (Red+Green+Blue) = 49+81+33=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #315121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315121 is #CEAEDE. Grayscale: #424242. Windows color (decimal): -13545183 or 2183473. OLE color: 2183473.

HSL color Cylindrical-coordinate representation of color #315121: hue angle of 100º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315121 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 33 -
CMYK 0.40 0 0.59 0.68
HSL 100º 0.42% 0.22% -
HSV(B) 100º 0.59% 0.32% -
XYZ 4.48 6.65 2.49 -
YUV 65.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 49 81 33 0.40 0 0.59 0.68 100 0.42 0.22
Hex 31 51 21 28 0 3B 44 64 2A 16
Octal 61 121 41 50 0 73 104 144 52 26
Binary 110001 1010001 100001 101000 0 111011 1000100 1100100 101010 10110

Color Harmonies of #315121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315121

Black with #315121

Text Example


Text Example

White with #315121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315121; }

 p { color: rgb(49,81,33); }

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

background-color css

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

 a { background-color: rgb(49,81,33); }

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

border-color css

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

 span { border-color: rgb(49,81,33); }

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