Html Css Color HEX #355C1C Palm Leaf

📋 copy color: '#355C1C'

red 53 ◦ green 92 ◦ blue 28

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

Shades of Palm Leaf #355C1C

Tints of Palm Leaf #355C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 30.64%
G = 53.18%
B = 16.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#355C1C (or 0x355C1C) is known color: Palm Leaf. HEX triplet: 35, 5C and 1C. RGB value is (53,92,28). Sum of RGB (Red+Green+Blue) = 53+92+28=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #355C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C1C is #CAA3E3. Grayscale: #494949. Windows color (decimal): -13280228 or 1858613. OLE color: 1858613.

HSL color Cylindrical-coordinate representation of color #355C1C: hue angle of 96.56º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355C1C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 28 -
CMYK 0.42 0 0.70 0.64
HSL 96.56º 0.53% 0.24% -
HSV(B) 96.56º 0.7% 0.36% -
XYZ 5.5 8.5 2.45 -
YUV 73.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 53 92 28 0.42 0 0.70 0.64 96.56 0.53 0.24
Hex 35 5C 1C 2A 0 46 40 61 35 18
Octal 65 134 34 52 0 106 100 141 65 30
Binary 110101 1011100 11100 101010 0 1000110 1000000 1100001 110101 11000

Color Harmonies of #355C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C1C

Black with #355C1C

Text Example


Text Example

White with #355C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C1C; }

 p { color: rgb(53,92,28); }

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

background-color css

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

 a { background-color: rgb(53,92,28); }

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

border-color css

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

 span { border-color: rgb(53,92,28); }

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