Html Css Color HEX #389650 Chateau Green

📋 copy color: '#389650'

red 56 ◦ green 150 ◦ blue 80

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

Shades of Chateau Green #389650

Tints of Chateau Green #389650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.45%

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

R = 19.58%
G = 52.45%
B = 27.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#389650 (or 0x389650) is known color: Chateau Green. HEX triplet: 38, 96 and 50. RGB value is (56,150,80). Sum of RGB (Red+Green+Blue) = 56+150+80=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #389650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389650 is #C769AF. Grayscale: #727272. Windows color (decimal): -13068720 or 5281336. OLE color: 5281336.

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

Color convert

RGB 56 150 80 -
CMYK 0.63 0 0.47 0.41
HSL 135.32º 0.46% 0.4% -
HSV(B) 135.32º 0.63% 0.59% -
XYZ 13.99 23.23 11.34 -
YUV 113.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 56 150 80 0.63 0 0.47 0.41 135.32 0.46 0.4
Hex 38 96 50 3F 0 2F 29 87 2E 28
Octal 70 226 120 77 0 57 51 207 56 50
Binary 111000 10010110 1010000 111111 0 101111 101001 10000111 101110 101000

Color Harmonies of #389650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389650

Black with #389650

Text Example


Text Example

White with #389650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389650; }

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

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

background-color css

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

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

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

border-color css

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

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

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