#375934

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

Shades of Green House #375934

Tints of Green House #375934

Color information

#375934 (or 0x375934) is unknown color: approx Green House. HEX triplet: 37, 59 and 34. RGB value is (55,89,52). Sum of RGB (Red+Green+Blue) = 55+89+52=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #375934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375934 is #C8A6CB. Grayscale: #4A4A4A. Windows color (decimal): -13149900 or 3430711. OLE color: 3430711.

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

Color convert

RGB558952-
CMYK0.3800.420.65
HSL115.14º26.24%27.65%-
HSV(B)115.14º41.57%34.9%-
XYZ5.778.24.53-
YUV74.62115.24114.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=28.06%
G=45.41%
B=26.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589520.3800.420.65115.1426.2427.65
Hex3759342602A41731a1c
Octal6713164460521011633234
Binary11011110110011101001001100101010100000111100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375934; }

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

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

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

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

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

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

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

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