Html Css Color HEX #354034 Palm Leaf

📋 copy color: '#354034'

red 53 ◦ green 64 ◦ blue 52

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

Shades of Palm Leaf #354034

Tints of Palm Leaf #354034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 31.36%
G = 37.87%
B = 30.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#354034 (or 0x354034) is known color: Palm Leaf. HEX triplet: 35, 40 and 34. RGB value is (53,64,52). Sum of RGB (Red+Green+Blue) = 53+64+52=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #354034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354034 is #CABFCB. Grayscale: #3B3B3B. Windows color (decimal): -13287372 or 3424309. OLE color: 3424309.

HSL color Cylindrical-coordinate representation of color #354034: hue angle of 115º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #354034 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 52 -
CMYK 0.17 0 0.19 0.75
HSL 115º 0.1% 0.23% -
HSV(B) 115º 0.19% 0.25% -
XYZ 3.92 4.67 3.94 -
YUV 59.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 53 64 52 0.17 0 0.19 0.75 115 0.1 0.23
Hex 35 40 34 11 0 13 4B 73 A 17
Octal 65 100 64 21 0 23 113 163 12 27
Binary 110101 1000000 110100 10001 0 10011 1001011 1110011 1010 10111

Color Harmonies of #354034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354034

Black with #354034

Text Example


Text Example

White with #354034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354034; }

 p { color: rgb(53,64,52); }

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

background-color css

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

 a { background-color: rgb(53,64,52); }

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

border-color css

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

 span { border-color: rgb(53,64,52); }

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