Html Css Color HEX #353F34 Palm Leaf

📋 copy color: '#353F34'

red 53 ◦ green 63 ◦ blue 52

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

Shades of Palm Leaf #353F34

Tints of Palm Leaf #353F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 31.55%
G = 37.5%
B = 30.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#353F34 (or 0x353F34) is known color: Palm Leaf. HEX triplet: 35, 3F and 34. RGB value is (53,63,52). Sum of RGB (Red+Green+Blue) = 53+63+52=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 63 - color contains mainly: green. Hex color #353F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F34 is #CAC0CB. Grayscale: #3A3A3A. Windows color (decimal): -13287628 or 3424053. OLE color: 3424053.

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

Color convert

RGB 53 63 52 -
CMYK 0.16 0 0.17 0.75
HSL 114.55º 0.1% 0.23% -
HSV(B) 114.55º 0.17% 0.25% -
XYZ 3.87 4.56 3.93 -
YUV 58.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 53 63 52 0.16 0 0.17 0.75 114.55 0.1 0.23
Hex 35 3F 34 10 0 11 4B 73 A 17
Octal 65 77 64 20 0 21 113 163 12 27
Binary 110101 111111 110100 10000 0 10001 1001011 1110011 1010 10111

Color Harmonies of #353F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F34

Black with #353F34

Text Example


Text Example

White with #353F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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