#3C642A

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

Shades of Green House #3C642A

Tints of Green House #3C642A

Color information

#3C642A (or 0x3C642A) is unknown color: approx Green House. HEX triplet: 3C, 64 and 2A. RGB value is (60,100,42). Sum of RGB (Red+Green+Blue) = 60+100+42=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #3C642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C642A is #C39BD5. Grayscale: #515151. Windows color (decimal): -12819414 or 2778172. OLE color: 2778172.

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

Color convert

RGB6010042-
CMYK0.400.580.61
HSL101.38º40.85%27.84%-
HSV(B)101.38º58%39.22%-
XYZ6.8410.243.81-
YUV81.43105.75112.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=29.70%
G=49.50%
B=20.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100420.400.580.61101.3840.8527.84
Hex3C642A2803A3D65291c
Octal741445250072751455134
Binary11110011001001010101010000111010111101110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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