Html Css Color HEX #389649 Chateau Green

📋 copy color: '#389649'

red 56 ◦ green 150 ◦ blue 73

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

Shades of Chateau Green #389649

Tints of Chateau Green #389649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 20.07%
G = 53.76%
B = 26.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#389649 (or 0x389649) is known color: Chateau Green. HEX triplet: 38, 96 and 49. RGB value is (56,150,73). Sum of RGB (Red+Green+Blue) = 56+150+73=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #389649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389649 is #C769B6. Grayscale: #717171. Windows color (decimal): -13068727 or 4822584. OLE color: 4822584.

HSL color Cylindrical-coordinate representation of color #389649: hue angle of 130.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389649 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 73 -
CMYK 0.63 0 0.51 0.41
HSL 130.85º 0.46% 0.4% -
HSV(B) 130.85º 0.63% 0.59% -
XYZ 13.74 23.13 10.04 -
YUV 113.12 105.36 87.26 -
System Red Green Blue C M Y K H S L
Decimal 56 150 73 0.63 0 0.51 0.41 130.85 0.46 0.4
Hex 38 96 49 3F 0 33 29 83 2E 28
Octal 70 226 111 77 0 63 51 203 56 50
Binary 111000 10010110 1001001 111111 0 110011 101001 10000011 101110 101000

Color Harmonies of #389649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389649

Black with #389649

Text Example


Text Example

White with #389649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389649; }

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

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

background-color css

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

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

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

border-color css

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

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

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