Html Css Color HEX #354830 Palm Leaf

📋 copy color: '#354830'

red 53 ◦ green 72 ◦ blue 48

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

Shades of Palm Leaf #354830

Tints of Palm Leaf #354830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

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

R = 30.64%
G = 41.62%
B = 27.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#354830 (or 0x354830) is known color: Palm Leaf. HEX triplet: 35, 48 and 30. RGB value is (53,72,48). Sum of RGB (Red+Green+Blue) = 53+72+48=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #354830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354830 is #CAB7CF. Grayscale: #3F3F3F. Windows color (decimal): -13285328 or 3164213. OLE color: 3164213.

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

Color convert

RGB 53 72 48 -
CMYK 0.26 0 0.33 0.72
HSL 107.5º 0.2% 0.24% -
HSV(B) 107.5º 0.33% 0.28% -
XYZ 4.32 5.61 3.65 -
YUV 63.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 53 72 48 0.26 0 0.33 0.72 107.5 0.2 0.24
Hex 35 48 30 1A 0 21 48 6C 14 18
Octal 65 110 60 32 0 41 110 154 24 30
Binary 110101 1001000 110000 11010 0 100001 1001000 1101100 10100 11000

Color Harmonies of #354830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354830

Black with #354830

Text Example


Text Example

White with #354830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354830; }

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

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

background-color css

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

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

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

border-color css

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

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

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