#375D2D

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

Shades of Green House #375D2D

Tints of Green House #375D2D

Color information

#375D2D (or 0x375D2D) is unknown color: approx Green House. HEX triplet: 37, 5D and 2D. RGB value is (55,93,45). Sum of RGB (Red+Green+Blue) = 55+93+45=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #375D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D2D is #C8A2D2. Grayscale: #4C4C4C. Windows color (decimal): -13148883 or 2972983. OLE color: 2972983.

HSL color Cylindrical-coordinate representation of color #375D2D: hue angle of 107.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375D2D is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB559345-
CMYK0.4100.520.64
HSL107.5º34.78%27.06%-
HSV(B)107.5º51.61%36.47%-
XYZ5.968.833.87-
YUV76.17110.41112.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 93 (36.72% from 255) = 48.19%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=28.50%
G=48.19%
B=23.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5593450.4100.520.64107.534.7827.06
Hex375D2D29034406c231b
Octal6713555510641001544333
Binary110111101110110110110100101101001000000110110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D2D; }

 p { color: rgb(55,93,45); }

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

<style>
 a { background-color: #375D2D; }

 a { background-color: rgb(55,93,45); }

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

<style>
 span { border-color: #375D2D; }

 span { border-color: rgb(55,93,45); }

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