Html Css Color HEX #31521C Palm Leaf

📋 copy color: '#31521C'

red 49 ◦ green 82 ◦ blue 28

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

Shades of Palm Leaf #31521C

Tints of Palm Leaf #31521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 30.82%
G = 51.57%
B = 17.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#31521C (or 0x31521C) is known color: Palm Leaf. HEX triplet: 31, 52 and 1C. RGB value is (49,82,28). Sum of RGB (Red+Green+Blue) = 49+82+28=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #31521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31521C is #CEADE3. Grayscale: #424242. Windows color (decimal): -13544932 or 1856049. OLE color: 1856049.

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

Color convert

RGB 49 82 28 -
CMYK 0.40 0 0.66 0.68
HSL 96.67º 0.49% 0.22% -
HSV(B) 96.67º 0.66% 0.32% -
XYZ 4.49 6.77 2.17 -
YUV 65.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 49 82 28 0.40 0 0.66 0.68 96.67 0.49 0.22
Hex 31 52 1C 28 0 42 44 61 31 16
Octal 61 122 34 50 0 102 104 141 61 26
Binary 110001 1010010 11100 101000 0 1000010 1000100 1100001 110001 10110

Color Harmonies of #31521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31521C

Black with #31521C

Text Example


Text Example

White with #31521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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