Html Css Color HEX #399D4B Chateau Green

📋 copy color: '#399D4B'

red 57 ◦ green 157 ◦ blue 75

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

Shades of Chateau Green #399D4B

Tints of Chateau Green #399D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 19.72%
G = 54.33%
B = 25.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#399D4B (or 0x399D4B) is known color: Chateau Green. HEX triplet: 39, 9D and 4B. RGB value is (57,157,75). Sum of RGB (Red+Green+Blue) = 57+157+75=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #399D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D4B is #C662B4. Grayscale: #757575. Windows color (decimal): -13001397 or 4955449. OLE color: 4955449.

HSL color Cylindrical-coordinate representation of color #399D4B: hue angle of 130.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 #399D4B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 75 -
CMYK 0.64 0 0.52 0.38
HSL 130.8º 0.47% 0.42% -
HSV(B) 130.8º 0.64% 0.62% -
XYZ 15.01 25.49 10.79 -
YUV 117.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 57 157 75 0.64 0 0.52 0.38 130.8 0.47 0.42
Hex 39 9D 4B 40 0 34 26 83 2F 2A
Octal 71 235 113 100 0 64 46 203 57 52
Binary 111001 10011101 1001011 1000000 0 110100 100110 10000011 101111 101010

Color Harmonies of #399D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D4B

Black with #399D4B

Text Example


Text Example

White with #399D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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