Html Css Color HEX #31552C Palm Leaf

📋 copy color: '#31552C'

red 49 ◦ green 85 ◦ blue 44

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

Shades of Palm Leaf #31552C

Tints of Palm Leaf #31552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 27.53%
G = 47.75%
B = 24.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#31552C (or 0x31552C) is known color: Palm Leaf. HEX triplet: 31, 55 and 2C. RGB value is (49,85,44). Sum of RGB (Red+Green+Blue) = 49+85+44=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #31552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31552C is #CEAAD3. Grayscale: #454545. Windows color (decimal): -13544148 or 2905393. OLE color: 2905393.

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

Color convert

RGB 49 85 44 -
CMYK 0.42 0 0.48 0.67
HSL 112.68º 0.32% 0.25% -
HSV(B) 112.68º 0.48% 0.33% -
XYZ 4.97 7.33 3.54 -
YUV 69.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 49 85 44 0.42 0 0.48 0.67 112.68 0.32 0.25
Hex 31 55 2C 2A 0 30 43 71 20 19
Octal 61 125 54 52 0 60 103 161 40 31
Binary 110001 1010101 101100 101010 0 110000 1000011 1110001 100000 11001

Color Harmonies of #31552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31552C

Black with #31552C

Text Example


Text Example

White with #31552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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