Html Css Color HEX #47925A Chateau Green

📋 copy color: '#47925A'

red 71 ◦ green 146 ◦ blue 90

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

Shades of Chateau Green #47925A

Tints of Chateau Green #47925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 23.13%
G = 47.56%
B = 29.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#47925A (or 0x47925A) is known color: Chateau Green. HEX triplet: 47, 92 and 5A. RGB value is (71,146,90). Sum of RGB (Red+Green+Blue) = 71+146+90=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #47925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47925A is #B86DA5. Grayscale: #757575. Windows color (decimal): -12086694 or 5935687. OLE color: 5935687.

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

Color convert

RGB 71 146 90 -
CMYK 0.51 0 0.38 0.43
HSL 135.2º 0.35% 0.43% -
HSV(B) 135.2º 0.51% 0.57% -
XYZ 14.72 22.64 13.27 -
YUV 117.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 71 146 90 0.51 0 0.38 0.43 135.2 0.35 0.43
Hex 47 92 5A 33 0 26 2B 87 23 2B
Octal 107 222 132 63 0 46 53 207 43 53
Binary 1000111 10010010 1011010 110011 0 100110 101011 10000111 100011 101011

Color Harmonies of #47925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47925A

Black with #47925A

Text Example


Text Example

White with #47925A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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