#35672F

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

Shades of Green House #35672F

Tints of Green House #35672F

Color information

#35672F (or 0x35672F) is unknown color: approx Green House. HEX triplet: 35, 67 and 2F. RGB value is (53,103,47). Sum of RGB (Red+Green+Blue) = 53+103+47=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #35672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35672F is #CA98D0. Grayscale: #515151. Windows color (decimal): -13277393 or 3106613. OLE color: 3106613.

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

Color convert

RGB5310347-
CMYK0.4900.540.60
HSL113.57º37.33%29.41%-
HSV(B)113.57º54.37%40.39%-
XYZ6.8310.664.39-
YUV81.67108.44107.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 103 (40.62% from 255) = 50.74%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=26.11%
G=50.74%
B=23.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103470.4900.540.60113.5737.3329.41
Hex35672F310363C72251d
Octal651475761066741624535
Binary11010111001111011111100010110110111100111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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