Html Css Color HEX #353F33 Palm Leaf

📋 copy color: '#353F33'

red 53 ◦ green 63 ◦ blue 51

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

Shades of Palm Leaf #353F33

Tints of Palm Leaf #353F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 31.74%
G = 37.72%
B = 30.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#353F33 (or 0x353F33) is known color: Palm Leaf. HEX triplet: 35, 3F and 33. RGB value is (53,63,51). Sum of RGB (Red+Green+Blue) = 53+63+51=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #353F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F33 is #CAC0CC. Grayscale: #3A3A3A. Windows color (decimal): -13287629 or 3358517. OLE color: 3358517.

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

Color convert

RGB 53 63 51 -
CMYK 0.16 0 0.19 0.75
HSL 110º 0.11% 0.22% -
HSV(B) 110º 0.19% 0.25% -
XYZ 3.84 4.55 3.81 -
YUV 58.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 53 63 51 0.16 0 0.19 0.75 110 0.11 0.22
Hex 35 3F 33 10 0 13 4B 6E B 16
Octal 65 77 63 20 0 23 113 156 13 26
Binary 110101 111111 110011 10000 0 10011 1001011 1101110 1011 10110

Color Harmonies of #353F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F33

Black with #353F33

Text Example


Text Example

White with #353F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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