Html Css Color HEX #355A1B Palm Leaf

📋 copy color: '#355A1B'

red 53 ◦ green 90 ◦ blue 27

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

Shades of Palm Leaf #355A1B

Tints of Palm Leaf #355A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.94%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 31.18%
G = 52.94%
B = 15.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#355A1B (or 0x355A1B) is known color: Palm Leaf. HEX triplet: 35, 5A and 1B. RGB value is (53,90,27). Sum of RGB (Red+Green+Blue) = 53+90+27=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #355A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A1B is #CAA5E4. Grayscale: #474747. Windows color (decimal): -13280741 or 1792565. OLE color: 1792565.

HSL color Cylindrical-coordinate representation of color #355A1B: hue angle of 95.24º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355A1B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 27 -
CMYK 0.41 0 0.70 0.65
HSL 95.24º 0.54% 0.23% -
HSV(B) 95.24º 0.7% 0.35% -
XYZ 5.32 8.15 2.33 -
YUV 71.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 53 90 27 0.41 0 0.70 0.65 95.24 0.54 0.23
Hex 35 5A 1B 29 0 46 41 5F 36 17
Octal 65 132 33 51 0 106 101 137 66 27
Binary 110101 1011010 11011 101001 0 1000110 1000001 1011111 110110 10111

Color Harmonies of #355A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A1B

Black with #355A1B

Text Example


Text Example

White with #355A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,90,27); }

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

background-color css

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

 a { background-color: rgb(53,90,27); }

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

border-color css

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

 span { border-color: rgb(53,90,27); }

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