Html Css Color HEX #31552D Palm Leaf

📋 copy color: '#31552D'

red 49 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #31552D

Tints of Palm Leaf #31552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 27.37%
G = 47.49%
B = 25.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#31552D (or 0x31552D) is known color: Palm Leaf. HEX triplet: 31, 55 and 2D. RGB value is (49,85,45). Sum of RGB (Red+Green+Blue) = 49+85+45=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #31552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31552D is #CEAAD2. Grayscale: #454545. Windows color (decimal): -13544147 or 2970929. OLE color: 2970929.

HSL color Cylindrical-coordinate representation of color #31552D: hue angle of 114º 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 #31552D is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 45 -
CMYK 0.42 0 0.47 0.67
HSL 114º 0.31% 0.25% -
HSV(B) 114º 0.47% 0.33% -
XYZ 4.99 7.34 3.64 -
YUV 69.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 49 85 45 0.42 0 0.47 0.67 114 0.31 0.25
Hex 31 55 2D 2A 0 2F 43 72 1F 19
Octal 61 125 55 52 0 57 103 162 37 31
Binary 110001 1010101 101101 101010 0 101111 1000011 1110010 11111 11001

Color Harmonies of #31552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31552D

Black with #31552D

Text Example


Text Example

White with #31552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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