#375E21

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

Shades of Green House #375E21

Tints of Green House #375E21

Color information

#375E21 (or 0x375E21) is unknown color: approx Green House. HEX triplet: 37, 5E and 21. RGB value is (55,94,33). Sum of RGB (Red+Green+Blue) = 55+94+33=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #375E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E21 is #C8A1DE. Grayscale: #4B4B4B. Windows color (decimal): -13148639 or 2186807. OLE color: 2186807.

HSL color Cylindrical-coordinate representation of color #375E21: hue angle of 98.36º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #375E21 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB559433-
CMYK0.4100.650.63
HSL98.36º48.03%24.9%-
HSV(B)98.36º64.89%36.86%-
XYZ5.858.932.85-
YUV75.38104.08113.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=30.22%
G=51.65%
B=18.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594330.4100.650.6398.3648.0324.9
Hex375E21290413F623019
Octal6713641510101771426031
Binary110111101111010000110100101000001111111110001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,94,33); }

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

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

 a { background-color: rgb(55,94,33); }

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

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

 span { border-color: rgb(55,94,33); }

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