Html Css Color HEX #354331 Palm Leaf

📋 copy color: '#354331'

red 53 ◦ green 67 ◦ blue 49

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

Shades of Palm Leaf #354331

Tints of Palm Leaf #354331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 31.36%
G = 39.64%
B = 28.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#354331 (or 0x354331) is known color: Palm Leaf. HEX triplet: 35, 43 and 31. RGB value is (53,67,49). Sum of RGB (Red+Green+Blue) = 53+67+49=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #354331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354331 is #CABCCE. Grayscale: #3C3C3C. Windows color (decimal): -13286607 or 3228469. OLE color: 3228469.

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

Color convert

RGB 53 67 49 -
CMYK 0.21 0 0.27 0.74
HSL 106.67º 0.16% 0.23% -
HSV(B) 106.67º 0.27% 0.26% -
XYZ 4.03 4.99 3.66 -
YUV 60.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 53 67 49 0.21 0 0.27 0.74 106.67 0.16 0.23
Hex 35 43 31 15 0 1B 4A 6B 10 17
Octal 65 103 61 25 0 33 112 153 20 27
Binary 110101 1000011 110001 10101 0 11011 1001010 1101011 10000 10111

Color Harmonies of #354331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354331

Black with #354331

Text Example


Text Example

White with #354331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354331; }

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

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

background-color css

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

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

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

border-color css

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

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

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