#356B26

Color #356B26 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #356B26

Tints of Green House #356B26

Color information

#356B26 (or 0x356B26) is unknown color: approx Green House. HEX triplet: 35, 6B and 26. RGB value is (53,107,38). Sum of RGB (Red+Green+Blue) = 53+107+38=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #356B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B26 is #CA94D9. Grayscale: #535353. Windows color (decimal): -13276378 or 2517813. OLE color: 2517813.

HSL color Cylindrical-coordinate representation of color #356B26: hue angle of 106.96º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356B26 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB5310738-
CMYK0.5000.640.58
HSL106.96º47.59%28.43%-
HSV(B)106.96º64.49%41.96%-
XYZ7.0811.413.66-
YUV82.99102.61106.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=26.77%
G=54.04%
B=19.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107380.5000.640.58106.9647.5928.43
Hex356B26320403A6b301c
Octal6515346620100721536034
Binary110101110101110011011001001000000111010110101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B26; }

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

 H1.HeaderClassName
 {
   color: #356B26;
 }
 .AnyTagClassName
 {
   color: #356B26;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #356B26;
 }
 .BgClassName
 {
   background-color: #356B26;
 }
</style>
border-color css

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

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

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