Html Css Color HEX #354532 Palm Leaf

📋 copy color: '#354532'

red 53 ◦ green 69 ◦ blue 50

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

Shades of Palm Leaf #354532

Tints of Palm Leaf #354532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 30.81%
G = 40.12%
B = 29.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#354532 (or 0x354532) is known color: Palm Leaf. HEX triplet: 35, 45 and 32. RGB value is (53,69,50). Sum of RGB (Red+Green+Blue) = 53+69+50=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #354532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354532 is #CABACD. Grayscale: #3E3E3E. Windows color (decimal): -13286094 or 3294517. OLE color: 3294517.

HSL color Cylindrical-coordinate representation of color #354532: hue angle of 110.53º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354532 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 50 -
CMYK 0.23 0 0.28 0.73
HSL 110.53º 0.16% 0.23% -
HSV(B) 110.53º 0.28% 0.27% -
XYZ 4.17 5.24 3.81 -
YUV 62.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 53 69 50 0.23 0 0.28 0.73 110.53 0.16 0.23
Hex 35 45 32 17 0 1C 49 6F 10 17
Octal 65 105 62 27 0 34 111 157 20 27
Binary 110101 1000101 110010 10111 0 11100 1001001 1101111 10000 10111

Color Harmonies of #354532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354532

Black with #354532

Text Example


Text Example

White with #354532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354532; }

 p { color: rgb(53,69,50); }

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

background-color css

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

 a { background-color: rgb(53,69,50); }

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

border-color css

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

 span { border-color: rgb(53,69,50); }

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