Html Css Color HEX #354F2D Palm Leaf

📋 copy color: '#354F2D'

red 53 ◦ green 79 ◦ blue 45

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

Shades of Palm Leaf #354F2D

Tints of Palm Leaf #354F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.63%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 29.94%
G = 44.63%
B = 25.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#354F2D (or 0x354F2D) is known color: Palm Leaf. HEX triplet: 35, 4F and 2D. RGB value is (53,79,45). Sum of RGB (Red+Green+Blue) = 53+79+45=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #354F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F2D is #CAB0D2. Grayscale: #434343. Windows color (decimal): -13283539 or 2969397. OLE color: 2969397.

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

Color convert

RGB 53 79 45 -
CMYK 0.33 0 0.43 0.69
HSL 105.88º 0.27% 0.24% -
HSV(B) 105.88º 0.43% 0.31% -
XYZ 4.74 6.54 3.49 -
YUV 67.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 53 79 45 0.33 0 0.43 0.69 105.88 0.27 0.24
Hex 35 4F 2D 21 0 2B 45 6A 1B 18
Octal 65 117 55 41 0 53 105 152 33 30
Binary 110101 1001111 101101 100001 0 101011 1000101 1101010 11011 11000

Color Harmonies of #354F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F2D

Black with #354F2D

Text Example


Text Example

White with #354F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,45); }

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

background-color css

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

 a { background-color: rgb(53,79,45); }

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

border-color css

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

 span { border-color: rgb(53,79,45); }

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