#47925B

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

Shades of Chateau Green #47925B

Tints of Chateau Green #47925B

Color information

#47925B (or 0x47925B) is unknown color: approx Chateau Green. HEX triplet: 47, 92 and 5B. RGB value is (71,146,91). Sum of RGB (Red+Green+Blue) = 71+146+91=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #47925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47925B is #B86DA4. Grayscale: #757575. Windows color (decimal): -12086693 or 6001223. OLE color: 6001223.

HSL color Cylindrical-coordinate representation of color #47925B: hue angle of 136º 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 #47925B is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB7114691-
CMYK0.5100.380.43
HSL136º34.56%42.55%-
HSV(B)136º51.37%57.25%-
XYZ14.7722.6513.49-
YUV117.3113.1594.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=23.05%
G=47.40%
B=29.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146910.5100.380.4313634.5642.55
Hex47925B330262B88232b
Octal10722213363046532104353
Binary1000111100100101011011110011010011010101110001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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