#3C652C

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

Shades of Green House #3C652C

Tints of Green House #3C652C

Color information

#3C652C (or 0x3C652C) is unknown color: approx Green House. HEX triplet: 3C, 65 and 2C. RGB value is (60,101,44). Sum of RGB (Red+Green+Blue) = 60+101+44=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #3C652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C652C is #C39AD3. Grayscale: #525252. Windows color (decimal): -12819156 or 2909500. OLE color: 2909500.

HSL color Cylindrical-coordinate representation of color #3C652C: hue angle of 103.16º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C652C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB6010144-
CMYK0.4100.560.60
HSL103.16º39.31%28.43%-
HSV(B)103.16º56.44%39.61%-
XYZ6.9710.454.03-
YUV82.24106.42112.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=29.27%
G=49.27%
B=21.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60101440.4100.560.60103.1639.3128.43
Hex3C652C290383C67271c
Octal741455451070741474734
Binary11110011001011011001010010111000111100110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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