Html Css Color HEX #31552B Palm Leaf

📋 copy color: '#31552B'

red 49 ◦ green 85 ◦ blue 43

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

Shades of Palm Leaf #31552B

Tints of Palm Leaf #31552B

RGB

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

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

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

R = 27.68%
G = 48.02%
B = 24.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#31552B (or 0x31552B) is known color: Palm Leaf. HEX triplet: 31, 55 and 2B. RGB value is (49,85,43). Sum of RGB (Red+Green+Blue) = 49+85+43=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #31552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31552B is #CEAAD4. Grayscale: #454545. Windows color (decimal): -13544149 or 2839857. OLE color: 2839857.

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

Color convert

RGB 49 85 43 -
CMYK 0.42 0 0.49 0.67
HSL 111.43º 0.33% 0.25% -
HSV(B) 111.43º 0.49% 0.33% -
XYZ 4.95 7.32 3.44 -
YUV 69.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 49 85 43 0.42 0 0.49 0.67 111.43 0.33 0.25
Hex 31 55 2B 2A 0 31 43 6F 21 19
Octal 61 125 53 52 0 61 103 157 41 31
Binary 110001 1010101 101011 101010 0 110001 1000011 1101111 100001 11001

Color Harmonies of #31552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31552B

Black with #31552B

Text Example


Text Example

White with #31552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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