#376022

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

Shades of Green House #376022

Tints of Green House #376022

Color information

#376022 (or 0x376022) is unknown color: approx Green House. HEX triplet: 37, 60 and 22. RGB value is (55,96,34). Sum of RGB (Red+Green+Blue) = 55+96+34=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #376022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376022 is #C89FDD. Grayscale: #4C4C4C. Windows color (decimal): -13148126 or 2252855. OLE color: 2252855.

HSL color Cylindrical-coordinate representation of color #376022: hue angle of 99.68º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376022 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB559634-
CMYK0.4300.650.62
HSL99.68º47.69%25.49%-
HSV(B)99.68º64.58%37.65%-
XYZ6.059.292.99-
YUV76.67103.92112.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=29.73%
G=51.89%
B=18.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596340.4300.650.6299.6847.6925.49
Hex3760222B0413E643019
Octal6714042530101761446031
Binary110111110000010001010101101000001111110110010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376022; }

 p { color: rgb(55,96,34); }

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

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

 a { background-color: rgb(55,96,34); }

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

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

 span { border-color: rgb(55,96,34); }

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