Html Css Color HEX #389349 Chateau Green

📋 copy color: '#389349'

red 56 ◦ green 147 ◦ blue 73

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

Shades of Chateau Green #389349

Tints of Chateau Green #389349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 20.29%
G = 53.26%
B = 26.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#389349 (or 0x389349) is known color: Chateau Green. HEX triplet: 38, 93 and 49. RGB value is (56,147,73). Sum of RGB (Red+Green+Blue) = 56+147+73=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #389349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389349 is #C76CB6. Grayscale: #6F6F6F. Windows color (decimal): -13069495 or 4821816. OLE color: 4821816.

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

Color convert

RGB 56 147 73 -
CMYK 0.62 0 0.50 0.42
HSL 131.21º 0.45% 0.4% -
HSV(B) 131.21º 0.62% 0.58% -
XYZ 13.27 22.19 9.89 -
YUV 111.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 56 147 73 0.62 0 0.50 0.42 131.21 0.45 0.4
Hex 38 93 49 3E 0 32 2A 83 2D 28
Octal 70 223 111 76 0 62 52 203 55 50
Binary 111000 10010011 1001001 111110 0 110010 101010 10000011 101101 101000

Color Harmonies of #389349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389349

Black with #389349

Text Example


Text Example

White with #389349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389349; }

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

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

background-color css

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

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

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

border-color css

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

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

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