Html Css Color HEX #389D58 Chateau Green

📋 copy color: '#389D58'

red 56 ◦ green 157 ◦ blue 88

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

Shades of Chateau Green #389D58

Tints of Chateau Green #389D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 18.6%
G = 52.16%
B = 29.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#389D58 (or 0x389D58) is known color: Chateau Green. HEX triplet: 38, 9D and 58. RGB value is (56,157,88). Sum of RGB (Red+Green+Blue) = 56+157+88=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #389D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D58 is #C762A7. Grayscale: #777777. Windows color (decimal): -13066920 or 5807416. OLE color: 5807416.

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

Color convert

RGB 56 157 88 -
CMYK 0.64 0 0.44 0.38
HSL 139.01º 0.47% 0.42% -
HSV(B) 139.01º 0.64% 0.62% -
XYZ 15.45 25.66 13.37 -
YUV 118.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 56 157 88 0.64 0 0.44 0.38 139.01 0.47 0.42
Hex 38 9D 58 40 0 2C 26 8B 2F 2A
Octal 70 235 130 100 0 54 46 213 57 52
Binary 111000 10011101 1011000 1000000 0 101100 100110 10001011 101111 101010

Color Harmonies of #389D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D58

Black with #389D58

Text Example


Text Example

White with #389D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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