Html Css Color HEX #354F2A Palm Leaf

📋 copy color: '#354F2A'

red 53 ◦ green 79 ◦ blue 42

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

Shades of Palm Leaf #354F2A

Tints of Palm Leaf #354F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 30.46%
G = 45.4%
B = 24.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#354F2A (or 0x354F2A) is known color: Palm Leaf. HEX triplet: 35, 4F and 2A. RGB value is (53,79,42). Sum of RGB (Red+Green+Blue) = 53+79+42=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #354F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F2A is #CAB0D5. Grayscale: #434343. Windows color (decimal): -13283542 or 2772789. OLE color: 2772789.

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

Color convert

RGB 53 79 42 -
CMYK 0.33 0 0.47 0.69
HSL 102.16º 0.31% 0.24% -
HSV(B) 102.16º 0.47% 0.31% -
XYZ 4.68 6.52 3.2 -
YUV 67.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 53 79 42 0.33 0 0.47 0.69 102.16 0.31 0.24
Hex 35 4F 2A 21 0 2F 45 66 1F 18
Octal 65 117 52 41 0 57 105 146 37 30
Binary 110101 1001111 101010 100001 0 101111 1000101 1100110 11111 11000

Color Harmonies of #354F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F2A

Black with #354F2A

Text Example


Text Example

White with #354F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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