Html Css Color HEX #355C1E Palm Leaf

📋 copy color: '#355C1E'

red 53 ◦ green 92 ◦ blue 30

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

Shades of Palm Leaf #355C1E

Tints of Palm Leaf #355C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 30.29%
G = 52.57%
B = 17.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#355C1E (or 0x355C1E) is known color: Palm Leaf. HEX triplet: 35, 5C and 1E. RGB value is (53,92,30). Sum of RGB (Red+Green+Blue) = 53+92+30=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #355C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C1E is #CAA3E1. Grayscale: #494949. Windows color (decimal): -13280226 or 1989685. OLE color: 1989685.

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

Color convert

RGB 53 92 30 -
CMYK 0.42 0 0.67 0.64
HSL 97.74º 0.51% 0.24% -
HSV(B) 97.74º 0.67% 0.36% -
XYZ 5.53 8.5 2.58 -
YUV 73.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 53 92 30 0.42 0 0.67 0.64 97.74 0.51 0.24
Hex 35 5C 1E 2A 0 43 40 62 33 18
Octal 65 134 36 52 0 103 100 142 63 30
Binary 110101 1011100 11110 101010 0 1000011 1000000 1100010 110011 11000

Color Harmonies of #355C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C1E

Black with #355C1E

Text Example


Text Example

White with #355C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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