Html Css Color HEX #354930 Palm Leaf

📋 copy color: '#354930'

red 53 ◦ green 73 ◦ blue 48

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

Shades of Palm Leaf #354930

Tints of Palm Leaf #354930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 30.46%
G = 41.95%
B = 27.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#354930 (or 0x354930) is known color: Palm Leaf. HEX triplet: 35, 49 and 30. RGB value is (53,73,48). Sum of RGB (Red+Green+Blue) = 53+73+48=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #354930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354930 is #CAB6CF. Grayscale: #404040. Windows color (decimal): -13285072 or 3164469. OLE color: 3164469.

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

Color convert

RGB 53 73 48 -
CMYK 0.27 0 0.34 0.71
HSL 108º 0.21% 0.24% -
HSV(B) 108º 0.34% 0.29% -
XYZ 4.38 5.74 3.67 -
YUV 64.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 53 73 48 0.27 0 0.34 0.71 108 0.21 0.24
Hex 35 49 30 1B 0 22 47 6C 15 18
Octal 65 111 60 33 0 42 107 154 25 30
Binary 110101 1001001 110000 11011 0 100010 1000111 1101100 10101 11000

Color Harmonies of #354930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354930

Black with #354930

Text Example


Text Example

White with #354930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354930; }

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

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

background-color css

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

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

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

border-color css

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

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

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