Html Css Color HEX #354031 Palm Leaf

📋 copy color: '#354031'

red 53 ◦ green 64 ◦ blue 49

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

Shades of Palm Leaf #354031

Tints of Palm Leaf #354031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

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

R = 31.93%
G = 38.55%
B = 29.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#354031 (or 0x354031) is known color: Palm Leaf. HEX triplet: 35, 40 and 31. RGB value is (53,64,49). Sum of RGB (Red+Green+Blue) = 53+64+49=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #354031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354031 is #CABFCE. Grayscale: #3B3B3B. Windows color (decimal): -13287375 or 3227701. OLE color: 3227701.

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

Color convert

RGB 53 64 49 -
CMYK 0.17 0 0.23 0.75
HSL 104º 0.13% 0.22% -
HSV(B) 104º 0.23% 0.25% -
XYZ 3.86 4.65 3.6 -
YUV 59 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 53 64 49 0.17 0 0.23 0.75 104 0.13 0.22
Hex 35 40 31 11 0 17 4B 68 D 16
Octal 65 100 61 21 0 27 113 150 15 26
Binary 110101 1000000 110001 10001 0 10111 1001011 1101000 1101 10110

Color Harmonies of #354031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354031

Black with #354031

Text Example


Text Example

White with #354031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354031; }

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

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

background-color css

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

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

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

border-color css

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

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

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