Html Css Color HEX #354233 Palm Leaf

📋 copy color: '#354233'

red 53 ◦ green 66 ◦ blue 51

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

Shades of Palm Leaf #354233

Tints of Palm Leaf #354233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 31.18%
G = 38.82%
B = 30%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#354233 (or 0x354233) is known color: Palm Leaf. HEX triplet: 35, 42 and 33. RGB value is (53,66,51). Sum of RGB (Red+Green+Blue) = 53+66+51=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #354233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354233 is #CABDCC. Grayscale: #3C3C3C. Windows color (decimal): -13286861 or 3359285. OLE color: 3359285.

HSL color Cylindrical-coordinate representation of color #354233: hue angle of 112º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354233 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 51 -
CMYK 0.20 0 0.23 0.74
HSL 112º 0.13% 0.23% -
HSV(B) 112º 0.23% 0.26% -
XYZ 4.01 4.89 3.86 -
YUV 60.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 53 66 51 0.20 0 0.23 0.74 112 0.13 0.23
Hex 35 42 33 14 0 17 4A 70 D 17
Octal 65 102 63 24 0 27 112 160 15 27
Binary 110101 1000010 110011 10100 0 10111 1001010 1110000 1101 10111

Color Harmonies of #354233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354233

Black with #354233

Text Example


Text Example

White with #354233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354233; }

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

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

background-color css

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

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

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

border-color css

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

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

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