Html Css Color HEX #353C34 Palm Leaf

📋 copy color: '#353C34'

red 53 ◦ green 60 ◦ blue 52

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

Shades of Palm Leaf #353C34

Tints of Palm Leaf #353C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 32.12%
G = 36.36%
B = 31.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#353C34 (or 0x353C34) is known color: Palm Leaf. HEX triplet: 35, 3C and 34. RGB value is (53,60,52). Sum of RGB (Red+Green+Blue) = 53+60+52=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #353C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C34 is #CAC3CB. Grayscale: #393939. Windows color (decimal): -13288396 or 3423285. OLE color: 3423285.

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

Color convert

RGB 53 60 52 -
CMYK 0.12 0 0.13 0.76
HSL 112.5º 0.07% 0.22% -
HSV(B) 112.5º 0.13% 0.24% -
XYZ 3.7 4.24 3.87 -
YUV 57 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 53 60 52 0.12 0 0.13 0.76 112.5 0.07 0.22
Hex 35 3C 34 C 0 D 4C 70 7 16
Octal 65 74 64 14 0 15 114 160 7 26
Binary 110101 111100 110100 1100 0 1101 1001100 1110000 111 10110

Color Harmonies of #353C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C34

Black with #353C34

Text Example


Text Example

White with #353C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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