Html Css Color HEX #354D2C Palm Leaf

📋 copy color: '#354D2C'

red 53 ◦ green 77 ◦ blue 44

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

Shades of Palm Leaf #354D2C

Tints of Palm Leaf #354D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 30.46%
G = 44.25%
B = 25.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#354D2C (or 0x354D2C) is known color: Palm Leaf. HEX triplet: 35, 4D and 2C. RGB value is (53,77,44). Sum of RGB (Red+Green+Blue) = 53+77+44=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #354D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D2C is #CAB2D3. Grayscale: #424242. Windows color (decimal): -13284052 or 2903349. OLE color: 2903349.

HSL color Cylindrical-coordinate representation of color #354D2C: hue angle of 103.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #354D2C is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 44 -
CMYK 0.31 0 0.43 0.70
HSL 103.64º 0.27% 0.24% -
HSV(B) 103.64º 0.43% 0.3% -
XYZ 4.58 6.25 3.35 -
YUV 66.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 53 77 44 0.31 0 0.43 0.70 103.64 0.27 0.24
Hex 35 4D 2C 1F 0 2B 46 68 1B 18
Octal 65 115 54 37 0 53 106 150 33 30
Binary 110101 1001101 101100 11111 0 101011 1000110 1101000 11011 11000

Color Harmonies of #354D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D2C

Black with #354D2C

Text Example


Text Example

White with #354D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D2C; }

 p { color: rgb(53,77,44); }

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

background-color css

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

 a { background-color: rgb(53,77,44); }

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

border-color css

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

 span { border-color: rgb(53,77,44); }

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