#3C6328

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

Shades of Green House #3C6328

Tints of Green House #3C6328

Color information

#3C6328 (or 0x3C6328) is unknown color: approx Green House. HEX triplet: 3C, 63 and 28. RGB value is (60,99,40). Sum of RGB (Red+Green+Blue) = 60+99+40=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6328 is #C39CD7. Grayscale: #505050. Windows color (decimal): -12819672 or 2646844. OLE color: 2646844.

HSL color Cylindrical-coordinate representation of color #3C6328: hue angle of 99.66º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6328 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB609940-
CMYK0.3900.600.61
HSL99.66º42.45%27.25%-
HSV(B)99.66º59.6%38.82%-
XYZ6.7110.043.59-
YUV80.61105.08113.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=30.15%
G=49.75%
B=20.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099400.3900.600.6199.6642.4527.25
Hex3C63282703C3D642a1b
Octal741435047074751445233
Binary11110011000111010001001110111100111101110010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,40); }

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

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

 a { background-color: rgb(60,99,40); }

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

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

 span { border-color: rgb(60,99,40); }

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