Html Css Color HEX #354831 Palm Leaf

📋 copy color: '#354831'

red 53 ◦ green 72 ◦ blue 49

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

Shades of Palm Leaf #354831

Tints of Palm Leaf #354831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

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

R = 30.46%
G = 41.38%
B = 28.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#354831 (or 0x354831) is known color: Palm Leaf. HEX triplet: 35, 48 and 31. RGB value is (53,72,49). Sum of RGB (Red+Green+Blue) = 53+72+49=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #354831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354831 is #CAB7CE. Grayscale: #3F3F3F. Windows color (decimal): -13285327 or 3229749. OLE color: 3229749.

HSL color Cylindrical-coordinate representation of color #354831: hue angle of 109.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354831 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 49 -
CMYK 0.26 0 0.32 0.72
HSL 109.57º 0.19% 0.24% -
HSV(B) 109.57º 0.32% 0.28% -
XYZ 4.34 5.61 3.76 -
YUV 63.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 53 72 49 0.26 0 0.32 0.72 109.57 0.19 0.24
Hex 35 48 31 1A 0 20 48 6E 13 18
Octal 65 110 61 32 0 40 110 156 23 30
Binary 110101 1001000 110001 11010 0 100000 1001000 1101110 10011 11000

Color Harmonies of #354831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354831

Black with #354831

Text Example


Text Example

White with #354831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354831; }

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

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

background-color css

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

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

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

border-color css

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

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

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