Html Css Color HEX #354D2D Palm Leaf

📋 copy color: '#354D2D'

red 53 ◦ green 77 ◦ blue 45

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

Shades of Palm Leaf #354D2D

Tints of Palm Leaf #354D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 30.29%
G = 44%
B = 25.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#354D2D (or 0x354D2D) is known color: Palm Leaf. HEX triplet: 35, 4D and 2D. RGB value is (53,77,45). Sum of RGB (Red+Green+Blue) = 53+77+45=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #354D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D2D is #CAB2D2. Grayscale: #424242. Windows color (decimal): -13284051 or 2968885. OLE color: 2968885.

HSL color Cylindrical-coordinate representation of color #354D2D: hue angle of 105º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354D2D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 45 -
CMYK 0.31 0 0.42 0.70
HSL 105º 0.26% 0.24% -
HSV(B) 105º 0.42% 0.3% -
XYZ 4.6 6.25 3.45 -
YUV 66.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 53 77 45 0.31 0 0.42 0.70 105 0.26 0.24
Hex 35 4D 2D 1F 0 2A 46 69 1A 18
Octal 65 115 55 37 0 52 106 151 32 30
Binary 110101 1001101 101101 11111 0 101010 1000110 1101001 11010 11000

Color Harmonies of #354D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D2D

Black with #354D2D

Text Example


Text Example

White with #354D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,45); }

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

background-color css

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

 a { background-color: rgb(53,77,45); }

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

border-color css

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

 span { border-color: rgb(53,77,45); }

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