Html Css Color HEX #389350 Chateau Green

📋 copy color: '#389350'

red 56 ◦ green 147 ◦ blue 80

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

Shades of Chateau Green #389350

Tints of Chateau Green #389350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 19.79%
G = 51.94%
B = 28.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#389350 (or 0x389350) is known color: Chateau Green. HEX triplet: 38, 93 and 50. RGB value is (56,147,80). Sum of RGB (Red+Green+Blue) = 56+147+80=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #389350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389350 is #C76CAF. Grayscale: #707070. Windows color (decimal): -13069488 or 5280568. OLE color: 5280568.

HSL color Cylindrical-coordinate representation of color #389350: hue angle of 135.82º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389350 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 80 -
CMYK 0.62 0 0.46 0.42
HSL 135.82º 0.45% 0.4% -
HSV(B) 135.82º 0.62% 0.58% -
XYZ 13.51 22.29 11.18 -
YUV 112.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 56 147 80 0.62 0 0.46 0.42 135.82 0.45 0.4
Hex 38 93 50 3E 0 2E 2A 88 2D 28
Octal 70 223 120 76 0 56 52 210 55 50
Binary 111000 10010011 1010000 111110 0 101110 101010 10001000 101101 101000

Color Harmonies of #389350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389350

Black with #389350

Text Example


Text Example

White with #389350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389350; }

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

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

background-color css

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

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

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

border-color css

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

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

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