Html Css Color HEX #354734 Palm Leaf

📋 copy color: '#354734'

red 53 ◦ green 71 ◦ blue 52

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

Shades of Palm Leaf #354734

Tints of Palm Leaf #354734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

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

R = 30.11%
G = 40.34%
B = 29.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#354734 (or 0x354734) is known color: Palm Leaf. HEX triplet: 35, 47 and 34. RGB value is (53,71,52). Sum of RGB (Red+Green+Blue) = 53+71+52=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #354734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354734 is #CAB8CB. Grayscale: #3F3F3F. Windows color (decimal): -13285580 or 3426101. OLE color: 3426101.

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

Color convert

RGB 53 71 52 -
CMYK 0.25 0 0.27 0.72
HSL 116.84º 0.15% 0.24% -
HSV(B) 116.84º 0.27% 0.28% -
XYZ 4.34 5.51 4.08 -
YUV 63.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 53 71 52 0.25 0 0.27 0.72 116.84 0.15 0.24
Hex 35 47 34 19 0 1B 48 75 F 18
Octal 65 107 64 31 0 33 110 165 17 30
Binary 110101 1000111 110100 11001 0 11011 1001000 1110101 1111 11000

Color Harmonies of #354734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354734

Black with #354734

Text Example


Text Example

White with #354734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354734; }

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

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

background-color css

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

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

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

border-color css

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

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

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