Html Css Color HEX #31521B Palm Leaf

📋 copy color: '#31521B'

red 49 ◦ green 82 ◦ blue 27

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

Shades of Palm Leaf #31521B

Tints of Palm Leaf #31521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 31.01%
G = 51.9%
B = 17.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#31521B (or 0x31521B) is known color: Palm Leaf. HEX triplet: 31, 52 and 1B. RGB value is (49,82,27). Sum of RGB (Red+Green+Blue) = 49+82+27=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #31521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31521B is #CEADE4. Grayscale: #424242. Windows color (decimal): -13544933 or 1790513. OLE color: 1790513.

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

Color convert

RGB 49 82 27 -
CMYK 0.40 0 0.67 0.68
HSL 96º 0.5% 0.21% -
HSV(B) 96º 0.67% 0.32% -
XYZ 4.48 6.77 2.11 -
YUV 65.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 49 82 27 0.40 0 0.67 0.68 96 0.5 0.21
Hex 31 52 1B 28 0 43 44 60 32 15
Octal 61 122 33 50 0 103 104 140 62 25
Binary 110001 1010010 11011 101000 0 1000011 1000100 1100000 110010 10101

Color Harmonies of #31521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31521B

Black with #31521B

Text Example


Text Example

White with #31521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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