#35612B

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

Shades of Green House #35612B

Tints of Green House #35612B

Color information

#35612B (or 0x35612B) is unknown color: approx Green House. HEX triplet: 35, 61 and 2B. RGB value is (53,97,43). Sum of RGB (Red+Green+Blue) = 53+97+43=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #35612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35612B is #CA9ED4. Grayscale: #4D4D4D. Windows color (decimal): -13278933 or 2842933. OLE color: 2842933.

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

Color convert

RGB539743-
CMYK0.4500.560.62
HSL108.89º38.57%27.45%-
HSV(B)108.89º55.67%38.04%-
XYZ6.189.483.79-
YUV77.69108.42110.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=27.46%
G=50.26%
B=22.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397430.4500.560.62108.8938.5727.45
Hex35612B2D0383E6d271b
Octal651415355070761554733
Binary11010111000011010111011010111000111110110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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