#3C9250

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

Shades of Chateau Green #3C9250

Tints of Chateau Green #3C9250

Color information

#3C9250 (or 0x3C9250) is unknown color: approx Chateau Green. HEX triplet: 3C, 92 and 50. RGB value is (60,146,80). Sum of RGB (Red+Green+Blue) = 60+146+80=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9250 is #C36DAF. Grayscale: #707070. Windows color (decimal): -12807600 or 5280316. OLE color: 5280316.

HSL color Cylindrical-coordinate representation of color #3C9250: hue angle of 133.95º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9250 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB6014680-
CMYK0.5900.450.43
HSL133.95º41.75%40.39%-
HSV(B)133.95º58.9%57.25%-
XYZ13.5922.111.14-
YUV112.76109.5190.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.98%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=20.98%
G=51.05%
B=27.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60146800.5900.450.43133.9541.7540.39
Hex3C92503B02D2B862a28
Octal7422212073055532065250
Binary111100100100101010000111011010110110101110000110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,80); }

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

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

 a { background-color: rgb(60,146,80); }

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

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

 span { border-color: rgb(60,146,80); }

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