Html Css Color HEX #389D5A Chateau Green

📋 copy color: '#389D5A'

red 56 ◦ green 157 ◦ blue 90

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

Shades of Chateau Green #389D5A

Tints of Chateau Green #389D5A

RGB

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

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

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

R = 18.48%
G = 51.82%
B = 29.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#389D5A (or 0x389D5A) is known color: Chateau Green. HEX triplet: 38, 9D and 5A. RGB value is (56,157,90). Sum of RGB (Red+Green+Blue) = 56+157+90=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #389D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D5A is #C762A5. Grayscale: #777777. Windows color (decimal): -13066918 or 5938488. OLE color: 5938488.

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

Color convert

RGB 56 157 90 -
CMYK 0.64 0 0.43 0.38
HSL 140.2º 0.47% 0.42% -
HSV(B) 140.2º 0.64% 0.62% -
XYZ 15.53 25.69 13.81 -
YUV 119.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 56 157 90 0.64 0 0.43 0.38 140.2 0.47 0.42
Hex 38 9D 5A 40 0 2B 26 8C 2F 2A
Octal 70 235 132 100 0 53 46 214 57 52
Binary 111000 10011101 1011010 1000000 0 101011 100110 10001100 101111 101010

Color Harmonies of #389D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D5A

Black with #389D5A

Text Example


Text Example

White with #389D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,90); }

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

background-color css

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

 a { background-color: rgb(56,157,90); }

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

border-color css

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

 span { border-color: rgb(56,157,90); }

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