Html Css Color HEX #47955F Chateau Green

📋 copy color: '#47955F'

red 71 ◦ green 149 ◦ blue 95

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

Shades of Chateau Green #47955F

Tints of Chateau Green #47955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 22.54%
G = 47.3%
B = 30.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#47955F (or 0x47955F) is known color: Chateau Green. HEX triplet: 47, 95 and 5F. RGB value is (71,149,95). Sum of RGB (Red+Green+Blue) = 71+149+95=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #47955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47955F is #B86AA0. Grayscale: #777777. Windows color (decimal): -12085921 or 6264135. OLE color: 6264135.

HSL color Cylindrical-coordinate representation of color #47955F: hue angle of 138.46º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47955F is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 95 -
CMYK 0.52 0 0.36 0.42
HSL 138.46º 0.35% 0.43% -
HSV(B) 138.46º 0.52% 0.58% -
XYZ 15.41 23.66 14.58 -
YUV 119.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 71 149 95 0.52 0 0.36 0.42 138.46 0.35 0.43
Hex 47 95 5F 34 0 24 2A 8A 23 2B
Octal 107 225 137 64 0 44 52 212 43 53
Binary 1000111 10010101 1011111 110100 0 100100 101010 10001010 100011 101011

Color Harmonies of #47955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47955F

Black with #47955F

Text Example


Text Example

White with #47955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47955F; }

 p { color: rgb(71,149,95); }

 H1.HeaderClassName
 {
   color: #47955F;
 }
 .AnyTagClassName
 {
   color: #47955F;
 }
</style>

background-color css

<style>
 a { background-color: #47955F; }

 a { background-color: rgb(71,149,95); }

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

border-color css

<style>
 span { border-color: #47955F; }

 span { border-color: rgb(71,149,95); }

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