#3C622D

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

Shades of Green House #3C622D

Tints of Green House #3C622D

Color information

#3C622D (or 0x3C622D) is unknown color: approx Green House. HEX triplet: 3C, 62 and 2D. RGB value is (60,98,45). Sum of RGB (Red+Green+Blue) = 60+98+45=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #3C622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C622D is #C39DD2. Grayscale: #505050. Windows color (decimal): -12819923 or 2974268. OLE color: 2974268.

HSL color Cylindrical-coordinate representation of color #3C622D: hue angle of 103.02º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C622D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB609845-
CMYK0.3900.540.62
HSL103.02º37.06%28.04%-
HSV(B)103.02º54.08%38.43%-
XYZ6.79.894.04-
YUV80.6107.91113.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=29.56%
G=48.28%
B=22.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098450.3900.540.62103.0237.0628.04
Hex3C622D270363E67251c
Octal741425547066761474534
Binary11110011000101011011001110110110111110110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C622D; }

 p { color: rgb(60,98,45); }

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

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

 a { background-color: rgb(60,98,45); }

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

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

 span { border-color: rgb(60,98,45); }

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