Html Css Color HEX #354932 Palm Leaf

📋 copy color: '#354932'

red 53 ◦ green 73 ◦ blue 50

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

Shades of Palm Leaf #354932

Tints of Palm Leaf #354932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

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

R = 30.11%
G = 41.48%
B = 28.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#354932 (or 0x354932) is known color: Palm Leaf. HEX triplet: 35, 49 and 32. RGB value is (53,73,50). Sum of RGB (Red+Green+Blue) = 53+73+50=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #354932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354932 is #CAB6CD. Grayscale: #404040. Windows color (decimal): -13285070 or 3295541. OLE color: 3295541.

HSL color Cylindrical-coordinate representation of color #354932: hue angle of 112.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354932 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 50 -
CMYK 0.27 0 0.32 0.71
HSL 112.17º 0.19% 0.24% -
HSV(B) 112.17º 0.32% 0.29% -
XYZ 4.43 5.75 3.89 -
YUV 64.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 53 73 50 0.27 0 0.32 0.71 112.17 0.19 0.24
Hex 35 49 32 1B 0 20 47 70 13 18
Octal 65 111 62 33 0 40 107 160 23 30
Binary 110101 1001001 110010 11011 0 100000 1000111 1110000 10011 11000

Color Harmonies of #354932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354932

Black with #354932

Text Example


Text Example

White with #354932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354932; }

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

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

background-color css

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

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

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

border-color css

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

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

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