Html Css Color HEX #353E32 Palm Leaf

📋 copy color: '#353E32'

red 53 ◦ green 62 ◦ blue 50

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

Shades of Palm Leaf #353E32

Tints of Palm Leaf #353E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.58%

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

R = 32.12%
G = 37.58%
B = 30.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#353E32 (or 0x353E32) is known color: Palm Leaf. HEX triplet: 35, 3E and 32. RGB value is (53,62,50). Sum of RGB (Red+Green+Blue) = 53+62+50=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 62 - color contains mainly: green. Hex color #353E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E32 is #CAC1CD. Grayscale: #393939. Windows color (decimal): -13287886 or 3292725. OLE color: 3292725.

HSL color Cylindrical-coordinate representation of color #353E32: hue angle of 105º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #353E32 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 62 50 -
CMYK 0.15 0 0.19 0.76
HSL 105º 0.11% 0.22% -
HSV(B) 105º 0.19% 0.24% -
XYZ 3.77 4.43 3.67 -
YUV 57.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 53 62 50 0.15 0 0.19 0.76 105 0.11 0.22
Hex 35 3E 32 F 0 13 4C 69 B 16
Octal 65 76 62 17 0 23 114 151 13 26
Binary 110101 111110 110010 1111 0 10011 1001100 1101001 1011 10110

Color Harmonies of #353E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E32

Black with #353E32

Text Example


Text Example

White with #353E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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