#375930

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

Shades of Green House #375930

Tints of Green House #375930

Color information

#375930 (or 0x375930) is unknown color: approx Green House. HEX triplet: 37, 59 and 30. RGB value is (55,89,48). Sum of RGB (Red+Green+Blue) = 55+89+48=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #375930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375930 is #C8A6CF. Grayscale: #4A4A4A. Windows color (decimal): -13149904 or 3168567. OLE color: 3168567.

HSL color Cylindrical-coordinate representation of color #375930: hue angle of 109.76º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375930 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB558948-
CMYK0.3800.460.65
HSL109.76º29.93%26.86%-
HSV(B)109.76º46.07%34.9%-
XYZ5.688.174.07-
YUV74.16113.24114.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 48 (19.14% from 255) = 25%
R=28.65%
G=46.35%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589480.3800.460.65109.7629.9326.86
Hex3759302602E416e1e1b
Octal6713160460561011563633
Binary11011110110011100001001100101110100000111011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375930; }

 p { color: rgb(55,89,48); }

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

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

 a { background-color: rgb(55,89,48); }

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

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

 span { border-color: rgb(55,89,48); }

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