Html Css Color HEX #389F5C Chateau Green

📋 copy color: '#389F5C'

red 56 ◦ green 159 ◦ blue 92

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

Shades of Chateau Green #389F5C

Tints of Chateau Green #389F5C

RGB

 RED value IS 56 (22.27% from 255) = 18.24%

 GREEN value IS 159 (62.5% from 255) = 51.79%

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

R = 18.24%
G = 51.79%
B = 29.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#389F5C (or 0x389F5C) is known color: Chateau Green. HEX triplet: 38, 9F and 5C. RGB value is (56,159,92). Sum of RGB (Red+Green+Blue) = 56+159+92=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #389F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F5C is #C760A3. Grayscale: #787878. Windows color (decimal): -13066404 or 6070072. OLE color: 6070072.

HSL color Cylindrical-coordinate representation of color #389F5C: hue angle of 140.97º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F5C is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 159 92 -
CMYK 0.65 0 0.42 0.38
HSL 140.97º 0.48% 0.42% -
HSV(B) 140.97º 0.65% 0.62% -
XYZ 15.96 26.41 14.38 -
YUV 120.57 111.88 81.95 -
System Red Green Blue C M Y K H S L
Decimal 56 159 92 0.65 0 0.42 0.38 140.97 0.48 0.42
Hex 38 9F 5C 41 0 2A 26 8D 30 2A
Octal 70 237 134 101 0 52 46 215 60 52
Binary 111000 10011111 1011100 1000001 0 101010 100110 10001101 110000 101010

Color Harmonies of #389F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389F5C

Black with #389F5C

Text Example


Text Example

White with #389F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389F5C; }

 p { color: rgb(56,159,92); }

 H1.HeaderClassName
 {
   color: #389F5C;
 }
 .AnyTagClassName
 {
   color: #389F5C;
 }
</style>

background-color css

<style>
 a { background-color: #389F5C; }

 a { background-color: rgb(56,159,92); }

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

border-color css

<style>
 span { border-color: #389F5C; }

 span { border-color: rgb(56,159,92); }

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