Html Css Color HEX #389E55 Chateau Green

📋 copy color: '#389E55'

red 56 ◦ green 158 ◦ blue 85

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

Shades of Chateau Green #389E55

Tints of Chateau Green #389E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.84%

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 18.73%
G = 52.84%
B = 28.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#389E55 (or 0x389E55) is known color: Chateau Green. HEX triplet: 38, 9E and 55. RGB value is (56,158,85). Sum of RGB (Red+Green+Blue) = 56+158+85=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #389E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E55 is #C761AA. Grayscale: #777777. Windows color (decimal): -13066667 or 5611064. OLE color: 5611064.

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

Color convert

RGB 56 158 85 -
CMYK 0.65 0 0.46 0.38
HSL 137.06º 0.48% 0.42% -
HSV(B) 137.06º 0.65% 0.62% -
XYZ 15.5 25.95 12.79 -
YUV 119.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 56 158 85 0.65 0 0.46 0.38 137.06 0.48 0.42
Hex 38 9E 55 41 0 2E 26 89 30 2A
Octal 70 236 125 101 0 56 46 211 60 52
Binary 111000 10011110 1010101 1000001 0 101110 100110 10001001 110000 101010

Color Harmonies of #389E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389E55

Black with #389E55

Text Example


Text Example

White with #389E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,85); }

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

background-color css

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

 a { background-color: rgb(56,158,85); }

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

border-color css

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

 span { border-color: rgb(56,158,85); }

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