Html Css Color HEX #31412D Palm Leaf

📋 copy color: '#31412D'

red 49 ◦ green 65 ◦ blue 45

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

Shades of Palm Leaf #31412D

Tints of Palm Leaf #31412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

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

R = 30.82%
G = 40.88%
B = 28.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#31412D (or 0x31412D) is known color: Palm Leaf. HEX triplet: 31, 41 and 2D. RGB value is (49,65,45). Sum of RGB (Red+Green+Blue) = 49+65+45=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #31412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412D is #CEBED2. Grayscale: #3A3A3A. Windows color (decimal): -13549267 or 2965809. OLE color: 2965809.

HSL color Cylindrical-coordinate representation of color #31412D: hue angle of 108º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31412D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 45 -
CMYK 0.25 0 0.31 0.75
HSL 108º 0.18% 0.22% -
HSV(B) 108º 0.31% 0.25% -
XYZ 3.63 4.62 3.18 -
YUV 57.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 49 65 45 0.25 0 0.31 0.75 108 0.18 0.22
Hex 31 41 2D 19 0 1F 4B 6C 12 16
Octal 61 101 55 31 0 37 113 154 22 26
Binary 110001 1000001 101101 11001 0 11111 1001011 1101100 10010 10110

Color Harmonies of #31412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31412D

Black with #31412D

Text Example


Text Example

White with #31412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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