Html Css Color HEX #354B2E Palm Leaf

📋 copy color: '#354B2E'

red 53 ◦ green 75 ◦ blue 46

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

Shades of Palm Leaf #354B2E

Tints of Palm Leaf #354B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 30.46%
G = 43.1%
B = 26.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#354B2E (or 0x354B2E) is known color: Palm Leaf. HEX triplet: 35, 4B and 2E. RGB value is (53,75,46). Sum of RGB (Red+Green+Blue) = 53+75+46=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #354B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B2E is #CAB4D1. Grayscale: #414141. Windows color (decimal): -13284562 or 3033909. OLE color: 3033909.

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

Color convert

RGB 53 75 46 -
CMYK 0.29 0 0.39 0.71
HSL 105.52º 0.24% 0.24% -
HSV(B) 105.52º 0.39% 0.29% -
XYZ 4.48 5.99 3.5 -
YUV 65.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 53 75 46 0.29 0 0.39 0.71 105.52 0.24 0.24
Hex 35 4B 2E 1D 0 27 47 6A 18 18
Octal 65 113 56 35 0 47 107 152 30 30
Binary 110101 1001011 101110 11101 0 100111 1000111 1101010 11000 11000

Color Harmonies of #354B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B2E

Black with #354B2E

Text Example


Text Example

White with #354B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B2E; }

 p { color: rgb(53,75,46); }

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

background-color css

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

 a { background-color: rgb(53,75,46); }

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

border-color css

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

 span { border-color: rgb(53,75,46); }

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