Html Css Color HEX #354231 Palm Leaf

📋 copy color: '#354231'

red 53 ◦ green 66 ◦ blue 49

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

Shades of Palm Leaf #354231

Tints of Palm Leaf #354231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 31.55%
G = 39.29%
B = 29.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#354231 (or 0x354231) is known color: Palm Leaf. HEX triplet: 35, 42 and 31. RGB value is (53,66,49). Sum of RGB (Red+Green+Blue) = 53+66+49=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #354231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354231 is #CABDCE. Grayscale: #3C3C3C. Windows color (decimal): -13286863 or 3228213. OLE color: 3228213.

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

Color convert

RGB 53 66 49 -
CMYK 0.20 0 0.26 0.74
HSL 105.88º 0.15% 0.23% -
HSV(B) 105.88º 0.26% 0.26% -
XYZ 3.97 4.88 3.64 -
YUV 60.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 53 66 49 0.20 0 0.26 0.74 105.88 0.15 0.23
Hex 35 42 31 14 0 1A 4A 6A F 17
Octal 65 102 61 24 0 32 112 152 17 27
Binary 110101 1000010 110001 10100 0 11010 1001010 1101010 1111 10111

Color Harmonies of #354231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354231

Black with #354231

Text Example


Text Example

White with #354231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354231; }

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

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

background-color css

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

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

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

border-color css

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

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

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