#35671D

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

Shades of Green House #35671D

Tints of Green House #35671D

Color information

#35671D (or 0x35671D) is unknown color: approx Green House. HEX triplet: 35, 67 and 1D. RGB value is (53,103,29). Sum of RGB (Red+Green+Blue) = 53+103+29=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #35671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35671D is #CA98E2. Grayscale: #4F4F4F. Windows color (decimal): -13277411 or 1926965. OLE color: 1926965.

HSL color Cylindrical-coordinate representation of color #35671D: hue angle of 100.54º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35671D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB5310329-
CMYK0.4900.720.60
HSL100.54º56.06%25.88%-
HSV(B)100.54º71.84%40.39%-
XYZ6.5410.552.85-
YUV79.6199.44109.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=28.65%
G=55.68%
B=15.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103290.4900.720.60100.5456.0625.88
Hex35671D310483C65381a
Octal6514735610110741457032
Binary11010111001111110111000101001000111100110010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35671D; }

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

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

<style>
 a { background-color: #35671D; }

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

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

<style>
 span { border-color: #35671D; }

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

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