Html Css Color HEX #353F32 Palm Leaf

📋 copy color: '#353F32'

red 53 ◦ green 63 ◦ blue 50

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

Shades of Palm Leaf #353F32

Tints of Palm Leaf #353F32

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

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

R = 31.93%
G = 37.95%
B = 30.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#353F32 (or 0x353F32) is known color: Palm Leaf. HEX triplet: 35, 3F and 32. RGB value is (53,63,50). Sum of RGB (Red+Green+Blue) = 53+63+50=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #353F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F32 is #CAC0CD. Grayscale: #3A3A3A. Windows color (decimal): -13287630 or 3292981. OLE color: 3292981.

HSL color Cylindrical-coordinate representation of color #353F32: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353F32 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 50 -
CMYK 0.16 0 0.21 0.75
HSL 106.15º 0.12% 0.22% -
HSV(B) 106.15º 0.21% 0.25% -
XYZ 3.82 4.54 3.69 -
YUV 58.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 53 63 50 0.16 0 0.21 0.75 106.15 0.12 0.22
Hex 35 3F 32 10 0 15 4B 6A C 16
Octal 65 77 62 20 0 25 113 152 14 26
Binary 110101 111111 110010 10000 0 10101 1001011 1101010 1100 10110

Color Harmonies of #353F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F32

Black with #353F32

Text Example


Text Example

White with #353F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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