Html Css Color HEX #354732 Palm Leaf

📋 copy color: '#354732'

red 53 ◦ green 71 ◦ blue 50

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

Shades of Palm Leaf #354732

Tints of Palm Leaf #354732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

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

R = 30.46%
G = 40.8%
B = 28.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#354732 (or 0x354732) is known color: Palm Leaf. HEX triplet: 35, 47 and 32. RGB value is (53,71,50). Sum of RGB (Red+Green+Blue) = 53+71+50=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #354732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354732 is #CAB8CD. Grayscale: #3F3F3F. Windows color (decimal): -13285582 or 3295029. OLE color: 3295029.

HSL color Cylindrical-coordinate representation of color #354732: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354732 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 50 -
CMYK 0.25 0 0.30 0.72
HSL 111.43º 0.17% 0.24% -
HSV(B) 111.43º 0.3% 0.28% -
XYZ 4.3 5.49 3.85 -
YUV 63.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 53 71 50 0.25 0 0.30 0.72 111.43 0.17 0.24
Hex 35 47 32 19 0 1E 48 6F 11 18
Octal 65 107 62 31 0 36 110 157 21 30
Binary 110101 1000111 110010 11001 0 11110 1001000 1101111 10001 11000

Color Harmonies of #354732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354732

Black with #354732

Text Example


Text Example

White with #354732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354732; }

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

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

background-color css

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

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

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

border-color css

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

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

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