Html Css Color HEX #31532C Palm Leaf

📋 copy color: '#31532C'

red 49 ◦ green 83 ◦ blue 44

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

Shades of Palm Leaf #31532C

Tints of Palm Leaf #31532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 44 (17.58% from 255) = 25%

R = 27.84%
G = 47.16%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#31532C (or 0x31532C) is known color: Palm Leaf. HEX triplet: 31, 53 and 2C. RGB value is (49,83,44). Sum of RGB (Red+Green+Blue) = 49+83+44=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #31532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532C is #CEACD3. Grayscale: #444444. Windows color (decimal): -13544660 or 2904881. OLE color: 2904881.

HSL color Cylindrical-coordinate representation of color #31532C: hue angle of 112.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31532C is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 44 -
CMYK 0.41 0 0.47 0.67
HSL 112.31º 0.31% 0.25% -
HSV(B) 112.31º 0.47% 0.33% -
XYZ 4.81 7.02 3.48 -
YUV 68.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 49 83 44 0.41 0 0.47 0.67 112.31 0.31 0.25
Hex 31 53 2C 29 0 2F 43 70 1F 19
Octal 61 123 54 51 0 57 103 160 37 31
Binary 110001 1010011 101100 101001 0 101111 1000011 1110000 11111 11001

Color Harmonies of #31532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31532C

Black with #31532C

Text Example


Text Example

White with #31532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,83,44); }

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

background-color css

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

 a { background-color: rgb(49,83,44); }

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

border-color css

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

 span { border-color: rgb(49,83,44); }

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