Html Css Color HEX #399D50 Chateau Green

📋 copy color: '#399D50'

red 57 ◦ green 157 ◦ blue 80

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

Shades of Chateau Green #399D50

Tints of Chateau Green #399D50

RGB

 RED value IS 57 (22.66% from 255) = 19.39%

 GREEN value IS 157 (61.72% from 255) = 53.4%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 19.39%
G = 53.4%
B = 27.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#399D50 (or 0x399D50) is known color: Chateau Green. HEX triplet: 39, 9D and 50. RGB value is (57,157,80). Sum of RGB (Red+Green+Blue) = 57+157+80=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #399D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D50 is #C662AF. Grayscale: #767676. Windows color (decimal): -13001392 or 5283129. OLE color: 5283129.

HSL color Cylindrical-coordinate representation of color #399D50: hue angle of 133.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D50 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 80 -
CMYK 0.64 0 0.49 0.38
HSL 133.8º 0.47% 0.42% -
HSV(B) 133.8º 0.64% 0.62% -
XYZ 15.19 25.56 11.72 -
YUV 118.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 57 157 80 0.64 0 0.49 0.38 133.8 0.47 0.42
Hex 39 9D 50 40 0 31 26 86 2F 2A
Octal 71 235 120 100 0 61 46 206 57 52
Binary 111001 10011101 1010000 1000000 0 110001 100110 10000110 101111 101010

Color Harmonies of #399D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D50

Black with #399D50

Text Example


Text Example

White with #399D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399D50; }

 p { color: rgb(57,157,80); }

 H1.HeaderClassName
 {
   color: #399D50;
 }
 .AnyTagClassName
 {
   color: #399D50;
 }
</style>

background-color css

<style>
 a { background-color: #399D50; }

 a { background-color: rgb(57,157,80); }

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

border-color css

<style>
 span { border-color: #399D50; }

 span { border-color: rgb(57,157,80); }

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