Html Css Color HEX #47965C Chateau Green

📋 copy color: '#47965C'

red 71 ◦ green 150 ◦ blue 92

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

Shades of Chateau Green #47965C

Tints of Chateau Green #47965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 22.68%
G = 47.92%
B = 29.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#47965C (or 0x47965C) is known color: Chateau Green. HEX triplet: 47, 96 and 5C. RGB value is (71,150,92). Sum of RGB (Red+Green+Blue) = 71+150+92=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #47965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47965C is #B869A3. Grayscale: #777777. Windows color (decimal): -12085668 or 6067783. OLE color: 6067783.

HSL color Cylindrical-coordinate representation of color #47965C: hue angle of 135.95º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47965C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 92 -
CMYK 0.53 0 0.39 0.41
HSL 135.95º 0.36% 0.43% -
HSV(B) 135.95º 0.53% 0.59% -
XYZ 15.44 23.93 13.93 -
YUV 119.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 71 150 92 0.53 0 0.39 0.41 135.95 0.36 0.43
Hex 47 96 5C 35 0 27 29 88 24 2B
Octal 107 226 134 65 0 47 51 210 44 53
Binary 1000111 10010110 1011100 110101 0 100111 101001 10001000 100100 101011

Color Harmonies of #47965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47965C

Black with #47965C

Text Example


Text Example

White with #47965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47965C; }

 p { color: rgb(71,150,92); }

 H1.HeaderClassName
 {
   color: #47965C;
 }
 .AnyTagClassName
 {
   color: #47965C;
 }
</style>

background-color css

<style>
 a { background-color: #47965C; }

 a { background-color: rgb(71,150,92); }

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

border-color css

<style>
 span { border-color: #47965C; }

 span { border-color: rgb(71,150,92); }

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