Html Css Color HEX #389355 Chateau Green

📋 copy color: '#389355'

red 56 ◦ green 147 ◦ blue 85

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

Shades of Chateau Green #389355

Tints of Chateau Green #389355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 19.44%
G = 51.04%
B = 29.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#389355 (or 0x389355) is known color: Chateau Green. HEX triplet: 38, 93 and 55. RGB value is (56,147,85). Sum of RGB (Red+Green+Blue) = 56+147+85=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #389355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389355 is #C76CAA. Grayscale: #707070. Windows color (decimal): -13069483 or 5608248. OLE color: 5608248.

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

Color convert

RGB 56 147 85 -
CMYK 0.62 0 0.42 0.42
HSL 139.12º 0.45% 0.4% -
HSV(B) 139.12º 0.62% 0.58% -
XYZ 13.7 22.36 12.19 -
YUV 112.72 112.35 87.54 -
System Red Green Blue C M Y K H S L
Decimal 56 147 85 0.62 0 0.42 0.42 139.12 0.45 0.4
Hex 38 93 55 3E 0 2A 2A 8B 2D 28
Octal 70 223 125 76 0 52 52 213 55 50
Binary 111000 10010011 1010101 111110 0 101010 101010 10001011 101101 101000

Color Harmonies of #389355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389355

Black with #389355

Text Example


Text Example

White with #389355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389355; }

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

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

background-color css

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

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

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

border-color css

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

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

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