Html Css Color HEX #47925E Chateau Green

📋 copy color: '#47925E'

red 71 ◦ green 146 ◦ blue 94

#47925E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #47925E

Tints of Chateau Green #47925E

RGB

 RED value IS 71 (28.13% from 255) = 22.83%

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 22.83%
G = 46.95%
B = 30.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#47925E (or 0x47925E) is known color: Chateau Green. HEX triplet: 47, 92 and 5E. RGB value is (71,146,94). Sum of RGB (Red+Green+Blue) = 71+146+94=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #47925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47925E is #B86DA1. Grayscale: #757575. Windows color (decimal): -12086690 or 6197831. OLE color: 6197831.

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

Color convert

RGB 71 146 94 -
CMYK 0.51 0 0.36 0.43
HSL 138.4º 0.35% 0.43% -
HSV(B) 138.4º 0.51% 0.57% -
XYZ 14.9 22.71 14.19 -
YUV 117.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 71 146 94 0.51 0 0.36 0.43 138.4 0.35 0.43
Hex 47 92 5E 33 0 24 2B 8A 23 2B
Octal 107 222 136 63 0 44 53 212 43 53
Binary 1000111 10010010 1011110 110011 0 100100 101011 10001010 100011 101011

Color Harmonies of #47925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47925E

Black with #47925E

Text Example


Text Example

White with #47925E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47925E;
 }
 .AnyTagClassName
 {
   color: #47925E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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