Html Css Color HEX #354534 Palm Leaf

📋 copy color: '#354534'

red 53 ◦ green 69 ◦ blue 52

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

Shades of Palm Leaf #354534

Tints of Palm Leaf #354534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 30.46%
G = 39.66%
B = 29.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#354534 (or 0x354534) is known color: Palm Leaf. HEX triplet: 35, 45 and 34. RGB value is (53,69,52). Sum of RGB (Red+Green+Blue) = 53+69+52=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #354534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354534 is #CABACB. Grayscale: #3E3E3E. Windows color (decimal): -13286092 or 3425589. OLE color: 3425589.

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

Color convert

RGB 53 69 52 -
CMYK 0.23 0 0.25 0.73
HSL 116.47º 0.14% 0.24% -
HSV(B) 116.47º 0.25% 0.27% -
XYZ 4.22 5.26 4.04 -
YUV 62.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 53 69 52 0.23 0 0.25 0.73 116.47 0.14 0.24
Hex 35 45 34 17 0 19 49 74 E 18
Octal 65 105 64 27 0 31 111 164 16 30
Binary 110101 1000101 110100 10111 0 11001 1001001 1110100 1110 11000

Color Harmonies of #354534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354534

Black with #354534

Text Example


Text Example

White with #354534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354534; }

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

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

background-color css

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

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

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

border-color css

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

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

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