#3C622C

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

Shades of Green House #3C622C

Tints of Green House #3C622C

Color information

#3C622C (or 0x3C622C) is unknown color: approx Green House. HEX triplet: 3C, 62 and 2C. RGB value is (60,98,44). Sum of RGB (Red+Green+Blue) = 60+98+44=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #3C622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C622C is #C39DD3. Grayscale: #505050. Windows color (decimal): -12819924 or 2908732. OLE color: 2908732.

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

Color convert

RGB609844-
CMYK0.3900.550.62
HSL102.22º38.03%27.84%-
HSV(B)102.22º55.1%38.43%-
XYZ6.699.883.94-
YUV80.48107.41113.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=29.70%
G=48.51%
B=21.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098440.3900.550.62102.2238.0327.84
Hex3C622C270373E66261c
Octal741425447067761464634
Binary11110011000101011001001110110111111110110011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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