Html Css Color HEX #389D51 Chateau Green

📋 copy color: '#389D51'

red 56 ◦ green 157 ◦ blue 81

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

Shades of Chateau Green #389D51

Tints of Chateau Green #389D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 19.05%
G = 53.4%
B = 27.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#389D51 (or 0x389D51) is known color: Chateau Green. HEX triplet: 38, 9D and 51. RGB value is (56,157,81). Sum of RGB (Red+Green+Blue) = 56+157+81=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #389D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D51 is #C762AE. Grayscale: #767676. Windows color (decimal): -13066927 or 5348664. OLE color: 5348664.

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

Color convert

RGB 56 157 81 -
CMYK 0.64 0 0.48 0.38
HSL 134.85º 0.47% 0.42% -
HSV(B) 134.85º 0.64% 0.62% -
XYZ 15.17 25.55 11.92 -
YUV 118.14 107.04 83.68 -
System Red Green Blue C M Y K H S L
Decimal 56 157 81 0.64 0 0.48 0.38 134.85 0.47 0.42
Hex 38 9D 51 40 0 30 26 87 2F 2A
Octal 70 235 121 100 0 60 46 207 57 52
Binary 111000 10011101 1010001 1000000 0 110000 100110 10000111 101111 101010

Color Harmonies of #389D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D51

Black with #389D51

Text Example


Text Example

White with #389D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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