Html Css Color HEX #354B27 Palm Leaf

📋 copy color: '#354B27'

red 53 ◦ green 75 ◦ blue 39

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

Shades of Palm Leaf #354B27

Tints of Palm Leaf #354B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 31.74%
G = 44.91%
B = 23.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#354B27 (or 0x354B27) is known color: Palm Leaf. HEX triplet: 35, 4B and 27. RGB value is (53,75,39). Sum of RGB (Red+Green+Blue) = 53+75+39=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #354B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B27 is #CAB4D8. Grayscale: #404040. Windows color (decimal): -13284569 or 2575157. OLE color: 2575157.

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

Color convert

RGB 53 75 39 -
CMYK 0.29 0 0.48 0.71
HSL 96.67º 0.32% 0.22% -
HSV(B) 96.67º 0.48% 0.29% -
XYZ 4.35 5.94 2.84 -
YUV 64.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 53 75 39 0.29 0 0.48 0.71 96.67 0.32 0.22
Hex 35 4B 27 1D 0 30 47 61 20 16
Octal 65 113 47 35 0 60 107 141 40 26
Binary 110101 1001011 100111 11101 0 110000 1000111 1100001 100000 10110

Color Harmonies of #354B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B27

Black with #354B27

Text Example


Text Example

White with #354B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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