Html Css Color HEX #47925D Chateau Green

📋 copy color: '#47925D'

red 71 ◦ green 146 ◦ blue 93

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

Shades of Chateau Green #47925D

Tints of Chateau Green #47925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 22.9%
G = 47.1%
B = 30%

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

#47925D (or 0x47925D) is known color: Chateau Green. HEX triplet: 47, 92 and 5D. RGB value is (71,146,93). Sum of RGB (Red+Green+Blue) = 71+146+93=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #47925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47925D is #B86DA2. Grayscale: #757575. Windows color (decimal): -12086691 or 6132295. OLE color: 6132295.

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

Color convert

RGB 71 146 93 -
CMYK 0.51 0 0.36 0.43
HSL 137.6º 0.35% 0.43% -
HSV(B) 137.6º 0.51% 0.57% -
XYZ 14.85 22.69 13.95 -
YUV 117.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 71 146 93 0.51 0 0.36 0.43 137.6 0.35 0.43
Hex 47 92 5D 33 0 24 2B 8A 23 2B
Octal 107 222 135 63 0 44 53 212 43 53
Binary 1000111 10010010 1011101 110011 0 100100 101011 10001010 100011 101011

Color Harmonies of #47925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47925D

Black with #47925D

Text Example


Text Example

White with #47925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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