Html Css Color HEX #354332 Palm Leaf

📋 copy color: '#354332'

red 53 ◦ green 67 ◦ blue 50

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

Shades of Palm Leaf #354332

Tints of Palm Leaf #354332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

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

R = 31.18%
G = 39.41%
B = 29.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#354332 (or 0x354332) is known color: Palm Leaf. HEX triplet: 35, 43 and 32. RGB value is (53,67,50). Sum of RGB (Red+Green+Blue) = 53+67+50=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #354332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354332 is #CABCCD. Grayscale: #3C3C3C. Windows color (decimal): -13286606 or 3294005. OLE color: 3294005.

HSL color Cylindrical-coordinate representation of color #354332: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354332 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 50 -
CMYK 0.21 0 0.25 0.74
HSL 109.41º 0.15% 0.23% -
HSV(B) 109.41º 0.25% 0.26% -
XYZ 4.05 5 3.77 -
YUV 60.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 53 67 50 0.21 0 0.25 0.74 109.41 0.15 0.23
Hex 35 43 32 15 0 19 4A 6D F 17
Octal 65 103 62 25 0 31 112 155 17 27
Binary 110101 1000011 110010 10101 0 11001 1001010 1101101 1111 10111

Color Harmonies of #354332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354332

Black with #354332

Text Example


Text Example

White with #354332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354332; }

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

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

background-color css

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

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

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

border-color css

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

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

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