Html Css Color HEX #354731 Palm Leaf

📋 copy color: '#354731'

red 53 ◦ green 71 ◦ blue 49

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

Shades of Palm Leaf #354731

Tints of Palm Leaf #354731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 30.64%
G = 41.04%
B = 28.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#354731 (or 0x354731) is known color: Palm Leaf. HEX triplet: 35, 47 and 31. RGB value is (53,71,49). Sum of RGB (Red+Green+Blue) = 53+71+49=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #354731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354731 is #CAB8CE. Grayscale: #3F3F3F. Windows color (decimal): -13285583 or 3229493. OLE color: 3229493.

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

Color convert

RGB 53 71 49 -
CMYK 0.25 0 0.31 0.72
HSL 109.09º 0.18% 0.24% -
HSV(B) 109.09º 0.31% 0.28% -
XYZ 4.28 5.49 3.74 -
YUV 63.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 53 71 49 0.25 0 0.31 0.72 109.09 0.18 0.24
Hex 35 47 31 19 0 1F 48 6D 12 18
Octal 65 107 61 31 0 37 110 155 22 30
Binary 110101 1000111 110001 11001 0 11111 1001000 1101101 10010 11000

Color Harmonies of #354731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354731

Black with #354731

Text Example


Text Example

White with #354731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354731; }

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

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

background-color css

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

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

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

border-color css

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

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

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