Html Css Color HEX #399B5A Chateau Green

📋 copy color: '#399B5A'

red 57 ◦ green 155 ◦ blue 90

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

Shades of Chateau Green #399B5A

Tints of Chateau Green #399B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.32%

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

R = 18.87%
G = 51.32%
B = 29.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#399B5A (or 0x399B5A) is known color: Chateau Green. HEX triplet: 39, 9B and 5A. RGB value is (57,155,90). Sum of RGB (Red+Green+Blue) = 57+155+90=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #399B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B5A is #C664A5. Grayscale: #767676. Windows color (decimal): -13001894 or 5937977. OLE color: 5937977.

HSL color Cylindrical-coordinate representation of color #399B5A: hue angle of 140.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B5A is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 155 90 -
CMYK 0.63 0 0.42 0.39
HSL 140.2º 0.46% 0.42% -
HSV(B) 140.2º 0.63% 0.61% -
XYZ 15.25 25.05 13.7 -
YUV 118.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 57 155 90 0.63 0 0.42 0.39 140.2 0.46 0.42
Hex 39 9B 5A 3F 0 2A 27 8C 2E 2A
Octal 71 233 132 77 0 52 47 214 56 52
Binary 111001 10011011 1011010 111111 0 101010 100111 10001100 101110 101010

Color Harmonies of #399B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B5A

Black with #399B5A

Text Example


Text Example

White with #399B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,155,90); }

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

background-color css

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

 a { background-color: rgb(57,155,90); }

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

border-color css

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

 span { border-color: rgb(57,155,90); }

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