#35622B

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

Shades of Green House #35622B

Tints of Green House #35622B

Color information

#35622B (or 0x35622B) is unknown color: approx Green House. HEX triplet: 35, 62 and 2B. RGB value is (53,98,43). Sum of RGB (Red+Green+Blue) = 53+98+43=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #35622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35622B is #CA9DD4. Grayscale: #4E4E4E. Windows color (decimal): -13278677 or 2843189. OLE color: 2843189.

HSL color Cylindrical-coordinate representation of color #35622B: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35622B is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB539843-
CMYK0.4600.560.62
HSL109.09º39.01%27.65%-
HSV(B)109.09º56.12%38.43%-
XYZ6.279.673.82-
YUV78.27108.09109.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=27.32%
G=50.52%
B=22.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398430.4600.560.62109.0939.0127.65
Hex35622B2E0383E6d271c
Octal651425356070761554734
Binary11010111000101010111011100111000111110110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35622B; }

 p { color: rgb(53,98,43); }

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

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

 a { background-color: rgb(53,98,43); }

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

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

 span { border-color: rgb(53,98,43); }

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