Html Css Color HEX #47985D Chateau Green

📋 copy color: '#47985D'

red 71 ◦ green 152 ◦ blue 93

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

Shades of Chateau Green #47985D

Tints of Chateau Green #47985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

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

R = 22.47%
G = 48.1%
B = 29.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#47985D (or 0x47985D) is known color: Chateau Green. HEX triplet: 47, 98 and 5D. RGB value is (71,152,93). Sum of RGB (Red+Green+Blue) = 71+152+93=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #47985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47985D is #B867A2. Grayscale: #797979. Windows color (decimal): -12085155 or 6133831. OLE color: 6133831.

HSL color Cylindrical-coordinate representation of color #47985D: hue angle of 136.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47985D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 93 -
CMYK 0.53 0 0.39 0.40
HSL 136.3º 0.36% 0.44% -
HSV(B) 136.3º 0.53% 0.6% -
XYZ 15.8 24.59 14.27 -
YUV 121.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 71 152 93 0.53 0 0.39 0.40 136.3 0.36 0.44
Hex 47 98 5D 35 0 27 28 88 24 2C
Octal 107 230 135 65 0 47 50 210 44 54
Binary 1000111 10011000 1011101 110101 0 100111 101000 10001000 100100 101100

Color Harmonies of #47985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47985D

Black with #47985D

Text Example


Text Example

White with #47985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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