Html Css Color HEX #354D32 Palm Leaf

📋 copy color: '#354D32'

red 53 ◦ green 77 ◦ blue 50

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

Shades of Palm Leaf #354D32

Tints of Palm Leaf #354D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

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

R = 29.44%
G = 42.78%
B = 27.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#354D32 (or 0x354D32) is known color: Palm Leaf. HEX triplet: 35, 4D and 32. RGB value is (53,77,50). Sum of RGB (Red+Green+Blue) = 53+77+50=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #354D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D32 is #CAB2CD. Grayscale: #424242. Windows color (decimal): -13284046 or 3296565. OLE color: 3296565.

HSL color Cylindrical-coordinate representation of color #354D32: hue angle of 113.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354D32 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 50 -
CMYK 0.31 0 0.35 0.70
HSL 113.33º 0.21% 0.25% -
HSV(B) 113.33º 0.35% 0.3% -
XYZ 4.7 6.29 3.99 -
YUV 66.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 53 77 50 0.31 0 0.35 0.70 113.33 0.21 0.25
Hex 35 4D 32 1F 0 23 46 71 15 19
Octal 65 115 62 37 0 43 106 161 25 31
Binary 110101 1001101 110010 11111 0 100011 1000110 1110001 10101 11001

Color Harmonies of #354D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D32

Black with #354D32

Text Example


Text Example

White with #354D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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