#3C6134

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

Shades of Green House #3C6134

Tints of Green House #3C6134

Color information

#3C6134 (or 0x3C6134) is unknown color: approx Green House. HEX triplet: 3C, 61 and 34. RGB value is (60,97,52). Sum of RGB (Red+Green+Blue) = 60+97+52=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6134 is #C39ECB. Grayscale: #505050. Windows color (decimal): -12820172 or 3432764. OLE color: 3432764.

HSL color Cylindrical-coordinate representation of color #3C6134: hue angle of 109.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6134 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB609752-
CMYK0.3800.460.62
HSL109.33º30.2%29.22%-
HSV(B)109.33º46.39%38.04%-
XYZ6.769.764.78-
YUV80.81111.74113.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=28.71%
G=46.41%
B=24.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097520.3800.460.62109.3330.229.22
Hex3C61342602E3E6d1e1d
Octal741416446056761553635
Binary1111001100001110100100110010111011111011011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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