Html Css Color HEX #389346 Chateau Green

📋 copy color: '#389346'

red 56 ◦ green 147 ◦ blue 70

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

Shades of Chateau Green #389346

Tints of Chateau Green #389346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 20.51%
G = 53.85%
B = 25.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#389346 (or 0x389346) is known color: Chateau Green. HEX triplet: 38, 93 and 46. RGB value is (56,147,70). Sum of RGB (Red+Green+Blue) = 56+147+70=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #389346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389346 is #C76CB9. Grayscale: #6F6F6F. Windows color (decimal): -13069498 or 4625208. OLE color: 4625208.

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

Color convert

RGB 56 147 70 -
CMYK 0.62 0 0.52 0.42
HSL 129.23º 0.45% 0.4% -
HSV(B) 129.23º 0.62% 0.58% -
XYZ 13.17 22.15 9.38 -
YUV 111.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 56 147 70 0.62 0 0.52 0.42 129.23 0.45 0.4
Hex 38 93 46 3E 0 34 2A 81 2D 28
Octal 70 223 106 76 0 64 52 201 55 50
Binary 111000 10010011 1000110 111110 0 110100 101010 10000001 101101 101000

Color Harmonies of #389346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389346

Black with #389346

Text Example


Text Example

White with #389346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389346; }

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

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

background-color css

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

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

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

border-color css

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

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

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