#3C7434

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

Shades of Green House #3C7434

Tints of Green House #3C7434

Color information

#3C7434 (or 0x3C7434) is unknown color: approx Green House. HEX triplet: 3C, 74 and 34. RGB value is (60,116,52). Sum of RGB (Red+Green+Blue) = 60+116+52=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7434 is #C38BCB. Grayscale: #5C5C5C. Windows color (decimal): -12815308 or 3437628. OLE color: 3437628.

HSL color Cylindrical-coordinate representation of color #3C7434: hue angle of 112.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7434 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB6011652-
CMYK0.4800.550.55
HSL112.5º38.1%32.94%-
HSV(B)112.5º55.17%45.49%-
XYZ8.7313.75.43-
YUV91.96105.45105.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=26.32%
G=50.88%
B=22.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60116520.4800.550.55112.538.132.94
Hex3C74343003737702621
Octal741646460067671604641
Binary111100111010011010011000001101111101111110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,52); }

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

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

 a { background-color: rgb(60,116,52); }

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

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

 span { border-color: rgb(60,116,52); }

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