Html Css Color HEX #389950 Chateau Green

📋 copy color: '#389950'

red 56 ◦ green 153 ◦ blue 80

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

Shades of Chateau Green #389950

Tints of Chateau Green #389950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.94%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 19.38%
G = 52.94%
B = 27.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#389950 (or 0x389950) is known color: Chateau Green. HEX triplet: 38, 99 and 50. RGB value is (56,153,80). Sum of RGB (Red+Green+Blue) = 56+153+80=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #389950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389950 is #C766AF. Grayscale: #737373. Windows color (decimal): -13067952 or 5282104. OLE color: 5282104.

HSL color Cylindrical-coordinate representation of color #389950: hue angle of 134.85º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389950 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 80 -
CMYK 0.63 0 0.48 0.4
HSL 134.85º 0.46% 0.41% -
HSV(B) 134.85º 0.63% 0.6% -
XYZ 14.47 24.2 11.5 -
YUV 115.68 107.86 85.44 -
System Red Green Blue C M Y K H S L
Decimal 56 153 80 0.63 0 0.48 0.4 134.85 0.46 0.41
Hex 38 99 50 3F 0 30 28 87 2E 29
Octal 70 231 120 77 0 60 50 207 56 51
Binary 111000 10011001 1010000 111111 0 110000 101000 10000111 101110 101001

Color Harmonies of #389950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389950

Black with #389950

Text Example


Text Example

White with #389950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389950; }

 p { color: rgb(56,153,80); }

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

background-color css

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

 a { background-color: rgb(56,153,80); }

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

border-color css

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

 span { border-color: rgb(56,153,80); }

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