#35672B

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

Shades of Green House #35672B

Tints of Green House #35672B

Color information

#35672B (or 0x35672B) is unknown color: approx Green House. HEX triplet: 35, 67 and 2B. RGB value is (53,103,43). Sum of RGB (Red+Green+Blue) = 53+103+43=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #35672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35672B is #CA98D4. Grayscale: #515151. Windows color (decimal): -13277397 or 2844469. OLE color: 2844469.

HSL color Cylindrical-coordinate representation of color #35672B: hue angle of 110º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35672B is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB5310343-
CMYK0.4900.580.60
HSL110º41.1%28.63%-
HSV(B)110º58.25%40.39%-
XYZ6.7510.633.98-
YUV81.21106.44107.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 103 (40.62% from 255) = 51.76%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=26.63%
G=51.76%
B=21.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103430.4900.580.6011041.128.63
Hex35672B3103A3C6e291d
Octal651475361072741565135
Binary11010111001111010111100010111010111100110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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