Html Css Color HEX #355226 Palm Leaf

📋 copy color: '#355226'

red 53 ◦ green 82 ◦ blue 38

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

Shades of Palm Leaf #355226

Tints of Palm Leaf #355226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

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

R = 30.64%
G = 47.4%
B = 21.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#355226 (or 0x355226) is known color: Palm Leaf. HEX triplet: 35, 52 and 26. RGB value is (53,82,38). Sum of RGB (Red+Green+Blue) = 53+82+38=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #355226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355226 is #CAADD9. Grayscale: #444444. Windows color (decimal): -13282778 or 2511413. OLE color: 2511413.

HSL color Cylindrical-coordinate representation of color #355226: hue angle of 99.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355226 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 38 -
CMYK 0.35 0 0.54 0.68
HSL 99.55º 0.37% 0.24% -
HSV(B) 99.55º 0.54% 0.32% -
XYZ 4.84 6.93 2.92 -
YUV 68.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 53 82 38 0.35 0 0.54 0.68 99.55 0.37 0.24
Hex 35 52 26 23 0 36 44 64 25 18
Octal 65 122 46 43 0 66 104 144 45 30
Binary 110101 1010010 100110 100011 0 110110 1000100 1100100 100101 11000

Color Harmonies of #355226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355226

Black with #355226

Text Example


Text Example

White with #355226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355226; }

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

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

background-color css

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

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

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

border-color css

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

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

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