#3C7230

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

Shades of Green House #3C7230

Tints of Green House #3C7230

Color information

#3C7230 (or 0x3C7230) is unknown color: approx Green House. HEX triplet: 3C, 72 and 30. RGB value is (60,114,48). Sum of RGB (Red+Green+Blue) = 60+114+48=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7230 is #C38DCF. Grayscale: #5A5A5A. Windows color (decimal): -12815824 or 3174972. OLE color: 3174972.

HSL color Cylindrical-coordinate representation of color #3C7230: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7230 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB6011448-
CMYK0.4700.580.55
HSL109.09º40.74%31.76%-
HSV(B)109.09º57.89%44.71%-
XYZ8.4113.214.9-
YUV90.33104.11106.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=27.03%
G=51.35%
B=21.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114480.4700.580.55109.0940.7431.76
Hex3C72302F03A376d2920
Octal741626057072671555140
Binary111100111001011000010111101110101101111101101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,48); }

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

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

 a { background-color: rgb(60,114,48); }

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

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

 span { border-color: rgb(60,114,48); }

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