#3C642D

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

Shades of Green House #3C642D

Tints of Green House #3C642D

Color information

#3C642D (or 0x3C642D) is unknown color: approx Green House. HEX triplet: 3C, 64 and 2D. RGB value is (60,100,45). Sum of RGB (Red+Green+Blue) = 60+100+45=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #3C642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C642D is #C39BD2. Grayscale: #515151. Windows color (decimal): -12819411 or 2974780. OLE color: 2974780.

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

Color convert

RGB6010045-
CMYK0.400.550.61
HSL103.64º37.93%28.43%-
HSV(B)103.64º55%39.22%-
XYZ6.8910.264.1-
YUV81.77107.25112.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=29.27%
G=48.78%
B=21.95%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100450.400.550.61103.6437.9328.43
Hex3C642D280373D68261c
Octal741445550067751504634
Binary11110011001001011011010000110111111101110100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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