Html Css Color HEX #354131 Palm Leaf

📋 copy color: '#354131'

red 53 ◦ green 65 ◦ blue 49

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

Shades of Palm Leaf #354131

Tints of Palm Leaf #354131

RGB

 RED value IS 53 (21.09% from 255) = 31.74%

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

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 31.74%
G = 38.92%
B = 29.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#354131 (or 0x354131) is known color: Palm Leaf. HEX triplet: 35, 41 and 31. RGB value is (53,65,49). Sum of RGB (Red+Green+Blue) = 53+65+49=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #354131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354131 is #CABECE. Grayscale: #3B3B3B. Windows color (decimal): -13287119 or 3227957. OLE color: 3227957.

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

Color convert

RGB 53 65 49 -
CMYK 0.18 0 0.25 0.75
HSL 105º 0.14% 0.22% -
HSV(B) 105º 0.25% 0.25% -
XYZ 3.91 4.76 3.62 -
YUV 59.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 53 65 49 0.18 0 0.25 0.75 105 0.14 0.22
Hex 35 41 31 12 0 19 4B 69 E 16
Octal 65 101 61 22 0 31 113 151 16 26
Binary 110101 1000001 110001 10010 0 11001 1001011 1101001 1110 10110

Color Harmonies of #354131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354131

Black with #354131

Text Example


Text Example

White with #354131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354131; }

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

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

background-color css

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

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

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

border-color css

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

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

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