Html Css Color HEX #389352 Chateau Green

📋 copy color: '#389352'

red 56 ◦ green 147 ◦ blue 82

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

Shades of Chateau Green #389352

Tints of Chateau Green #389352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 19.65%
G = 51.58%
B = 28.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#389352 (or 0x389352) is known color: Chateau Green. HEX triplet: 38, 93 and 52. RGB value is (56,147,82). Sum of RGB (Red+Green+Blue) = 56+147+82=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #389352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389352 is #C76CAD. Grayscale: #707070. Windows color (decimal): -13069486 or 5411640. OLE color: 5411640.

HSL color Cylindrical-coordinate representation of color #389352: hue angle of 137.14º 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 #389352 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 82 -
CMYK 0.62 0 0.44 0.42
HSL 137.14º 0.45% 0.4% -
HSV(B) 137.14º 0.62% 0.58% -
XYZ 13.59 22.32 11.57 -
YUV 112.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 56 147 82 0.62 0 0.44 0.42 137.14 0.45 0.4
Hex 38 93 52 3E 0 2C 2A 89 2D 28
Octal 70 223 122 76 0 54 52 211 55 50
Binary 111000 10010011 1010010 111110 0 101100 101010 10001001 101101 101000

Color Harmonies of #389352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389352

Black with #389352

Text Example


Text Example

White with #389352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389352; }

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

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

background-color css

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

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

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

border-color css

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

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

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