Html Css Color HEX #389549 Chateau Green

📋 copy color: '#389549'

red 56 ◦ green 149 ◦ blue 73

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

Shades of Chateau Green #389549

Tints of Chateau Green #389549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

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

R = 20.14%
G = 53.6%
B = 26.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#389549 (or 0x389549) is known color: Chateau Green. HEX triplet: 38, 95 and 49. RGB value is (56,149,73). Sum of RGB (Red+Green+Blue) = 56+149+73=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #389549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389549 is #C76AB6. Grayscale: #707070. Windows color (decimal): -13068983 or 4822328. OLE color: 4822328.

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

Color convert

RGB 56 149 73 -
CMYK 0.62 0 0.51 0.42
HSL 130.97º 0.45% 0.4% -
HSV(B) 130.97º 0.62% 0.58% -
XYZ 13.58 22.82 9.99 -
YUV 112.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 56 149 73 0.62 0 0.51 0.42 130.97 0.45 0.4
Hex 38 95 49 3E 0 33 2A 83 2D 28
Octal 70 225 111 76 0 63 52 203 55 50
Binary 111000 10010101 1001001 111110 0 110011 101010 10000011 101101 101000

Color Harmonies of #389549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389549

Black with #389549

Text Example


Text Example

White with #389549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389549; }

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

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

background-color css

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

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

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

border-color css

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

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

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