Html Css Color HEX #31522B Palm Leaf

📋 copy color: '#31522B'

red 49 ◦ green 82 ◦ blue 43

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

Shades of Palm Leaf #31522B

Tints of Palm Leaf #31522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 28.16%
G = 47.13%
B = 24.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#31522B (or 0x31522B) is known color: Palm Leaf. HEX triplet: 31, 52 and 2B. RGB value is (49,82,43). Sum of RGB (Red+Green+Blue) = 49+82+43=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #31522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31522B is #CEADD4. Grayscale: #434343. Windows color (decimal): -13544917 or 2839089. OLE color: 2839089.

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

Color convert

RGB 49 82 43 -
CMYK 0.40 0 0.48 0.68
HSL 110.77º 0.31% 0.25% -
HSV(B) 110.77º 0.48% 0.32% -
XYZ 4.72 6.86 3.36 -
YUV 67.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 49 82 43 0.40 0 0.48 0.68 110.77 0.31 0.25
Hex 31 52 2B 28 0 30 44 6F 1F 19
Octal 61 122 53 50 0 60 104 157 37 31
Binary 110001 1010010 101011 101000 0 110000 1000100 1101111 11111 11001

Color Harmonies of #31522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31522B

Black with #31522B

Text Example


Text Example

White with #31522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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