Html Css Color HEX #355526 Palm Leaf

📋 copy color: '#355526'

red 53 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #355526

Tints of Palm Leaf #355526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 30.11%
G = 48.3%
B = 21.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#355526 (or 0x355526) is known color: Palm Leaf. HEX triplet: 35, 55 and 26. RGB value is (53,85,38). Sum of RGB (Red+Green+Blue) = 53+85+38=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #355526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355526 is #CAAAD9. Grayscale: #464646. Windows color (decimal): -13282010 or 2512181. OLE color: 2512181.

HSL color Cylindrical-coordinate representation of color #355526: hue angle of 100.85º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355526 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 38 -
CMYK 0.38 0 0.55 0.67
HSL 100.85º 0.38% 0.24% -
HSV(B) 100.85º 0.55% 0.33% -
XYZ 5.07 7.39 2.99 -
YUV 70.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 53 85 38 0.38 0 0.55 0.67 100.85 0.38 0.24
Hex 35 55 26 26 0 37 43 65 26 18
Octal 65 125 46 46 0 67 103 145 46 30
Binary 110101 1010101 100110 100110 0 110111 1000011 1100101 100110 11000

Color Harmonies of #355526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355526

Black with #355526

Text Example


Text Example

White with #355526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355526; }

 p { color: rgb(53,85,38); }

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

background-color css

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

 a { background-color: rgb(53,85,38); }

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

border-color css

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

 span { border-color: rgb(53,85,38); }

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