Html Css Color HEX #355026 Palm Leaf

📋 copy color: '#355026'

red 53 ◦ green 80 ◦ blue 38

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

Shades of Palm Leaf #355026

Tints of Palm Leaf #355026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

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

R = 30.99%
G = 46.78%
B = 22.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#355026 (or 0x355026) is known color: Palm Leaf. HEX triplet: 35, 50 and 26. RGB value is (53,80,38). Sum of RGB (Red+Green+Blue) = 53+80+38=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #355026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355026 is #CAAFD9. Grayscale: #434343. Windows color (decimal): -13283290 or 2510901. OLE color: 2510901.

HSL color Cylindrical-coordinate representation of color #355026: hue angle of 98.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #355026 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 38 -
CMYK 0.34 0 0.52 0.69
HSL 98.57º 0.36% 0.23% -
HSV(B) 98.57º 0.53% 0.31% -
XYZ 4.69 6.63 2.87 -
YUV 67.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 53 80 38 0.34 0 0.52 0.69 98.57 0.36 0.23
Hex 35 50 26 22 0 34 45 63 24 17
Octal 65 120 46 42 0 64 105 143 44 27
Binary 110101 1010000 100110 100010 0 110100 1000101 1100011 100100 10111

Color Harmonies of #355026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355026

Black with #355026

Text Example


Text Example

White with #355026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355026; }

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

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

background-color css

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

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

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

border-color css

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

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

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