Html Css Color HEX #354132 Palm Leaf

📋 copy color: '#354132'

red 53 ◦ green 65 ◦ blue 50

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

Shades of Palm Leaf #354132

Tints of Palm Leaf #354132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

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

R = 31.55%
G = 38.69%
B = 29.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#354132 (or 0x354132) is known color: Palm Leaf. HEX triplet: 35, 41 and 32. RGB value is (53,65,50). Sum of RGB (Red+Green+Blue) = 53+65+50=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #354132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354132 is #CABECD. Grayscale: #3B3B3B. Windows color (decimal): -13287118 or 3293493. OLE color: 3293493.

HSL color Cylindrical-coordinate representation of color #354132: hue angle of 108º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354132 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 50 -
CMYK 0.18 0 0.23 0.75
HSL 108º 0.13% 0.23% -
HSV(B) 108º 0.23% 0.25% -
XYZ 3.93 4.77 3.73 -
YUV 59.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 53 65 50 0.18 0 0.23 0.75 108 0.13 0.23
Hex 35 41 32 12 0 17 4B 6C D 17
Octal 65 101 62 22 0 27 113 154 15 27
Binary 110101 1000001 110010 10010 0 10111 1001011 1101100 1101 10111

Color Harmonies of #354132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354132

Black with #354132

Text Example


Text Example

White with #354132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354132; }

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

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

background-color css

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

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

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

border-color css

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

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

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