#47925C

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

Shades of Chateau Green #47925C

Tints of Chateau Green #47925C

Color information

#47925C (or 0x47925C) is unknown color: approx Chateau Green. HEX triplet: 47, 92 and 5C. RGB value is (71,146,92). Sum of RGB (Red+Green+Blue) = 71+146+92=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #47925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47925C is #B86DA3. Grayscale: #757575. Windows color (decimal): -12086692 or 6066759. OLE color: 6066759.

HSL color Cylindrical-coordinate representation of color #47925C: hue angle of 136.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47925C is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB7114692-
CMYK0.5100.370.43
HSL136.8º34.56%42.55%-
HSV(B)136.8º51.37%57.25%-
XYZ14.8122.6713.72-
YUV117.42113.6594.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=22.98%
G=47.25%
B=29.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146920.5100.370.43136.834.5642.55
Hex47925C330252B89232b
Octal10722213463045532114353
Binary1000111100100101011100110011010010110101110001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47925C; }

 p { color: rgb(71,146,92); }

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

<style>
 a { background-color: #47925C; }

 a { background-color: rgb(71,146,92); }

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

<style>
 span { border-color: #47925C; }

 span { border-color: rgb(71,146,92); }

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