#3C6338

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

Shades of Green House #3C6338

Tints of Green House #3C6338

Color information

#3C6338 (or 0x3C6338) is unknown color: approx Green House. HEX triplet: 3C, 63 and 38. RGB value is (60,99,56). Sum of RGB (Red+Green+Blue) = 60+99+56=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6338 is #C39CC7. Grayscale: #525252. Windows color (decimal): -12819656 or 3695420. OLE color: 3695420.

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

Color convert

RGB609956-
CMYK0.3900.430.61
HSL114.42º27.74%30.39%-
HSV(B)114.42º43.43%38.82%-
XYZ7.0410.175.33-
YUV82.44113.08112-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=27.91%
G=46.05%
B=26.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099560.3900.430.61114.4227.7430.39
Hex3C63382702B3D721c1e
Octal741437047053751623436
Binary1111001100011111000100111010101111110111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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