Html Css Color HEX #354931 Palm Leaf

📋 copy color: '#354931'

red 53 ◦ green 73 ◦ blue 49

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

Shades of Palm Leaf #354931

Tints of Palm Leaf #354931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 30.29%
G = 41.71%
B = 28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#354931 (or 0x354931) is known color: Palm Leaf. HEX triplet: 35, 49 and 31. RGB value is (53,73,49). Sum of RGB (Red+Green+Blue) = 53+73+49=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #354931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354931 is #CAB6CE. Grayscale: #404040. Windows color (decimal): -13285071 or 3230005. OLE color: 3230005.

HSL color Cylindrical-coordinate representation of color #354931: hue angle of 110º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354931 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 49 -
CMYK 0.27 0 0.33 0.71
HSL 110º 0.2% 0.24% -
HSV(B) 110º 0.33% 0.29% -
XYZ 4.41 5.74 3.78 -
YUV 64.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 53 73 49 0.27 0 0.33 0.71 110 0.2 0.24
Hex 35 49 31 1B 0 21 47 6E 14 18
Octal 65 111 61 33 0 41 107 156 24 30
Binary 110101 1001001 110001 11011 0 100001 1000111 1101110 10100 11000

Color Harmonies of #354931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354931

Black with #354931

Text Example


Text Example

White with #354931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354931; }

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

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

background-color css

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

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

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

border-color css

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

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

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