Html Css Color HEX #47BA5F Chateau Green

📋 copy color: '#47BA5F'

red 71 ◦ green 186 ◦ blue 95

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

Shades of Chateau Green #47BA5F

Tints of Chateau Green #47BA5F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.84%

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

R = 20.17%
G = 52.84%
B = 26.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#47BA5F (or 0x47BA5F) is known color: Chateau Green. HEX triplet: 47, BA and 5F. RGB value is (71,186,95). Sum of RGB (Red+Green+Blue) = 71+186+95=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BA5F is #B845A0. Grayscale: #8D8D8D. Windows color (decimal): -12076449 or 6273607. OLE color: 6273607.

HSL color Cylindrical-coordinate representation of color #47BA5F: hue angle of 132.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA5F is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 186 95 -
CMYK 0.62 0 0.49 0.27
HSL 132.52º 0.45% 0.5% -
HSV(B) 132.52º 0.62% 0.73% -
XYZ 22.22 37.28 16.85 -
YUV 141.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 71 186 95 0.62 0 0.49 0.27 132.52 0.45 0.5
Hex 47 BA 5F 3E 0 31 1B 85 2D 32
Octal 107 272 137 76 0 61 33 205 55 62
Binary 1000111 10111010 1011111 111110 0 110001 11011 10000101 101101 110010

Color Harmonies of #47BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BA5F

Black with #47BA5F

Text Example


Text Example

White with #47BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47BA5F; }

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

 H1.HeaderClassName
 {
   color: #47BA5F;
 }
 .AnyTagClassName
 {
   color: #47BA5F;
 }
</style>

background-color css

<style>
 a { background-color: #47BA5F; }

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

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

border-color css

<style>
 span { border-color: #47BA5F; }

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

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