Html Css Color HEX #389646 Chateau Green

📋 copy color: '#389646'

red 56 ◦ green 150 ◦ blue 70

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

Shades of Chateau Green #389646

Tints of Chateau Green #389646

RGB

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

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

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

R = 20.29%
G = 54.35%
B = 25.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#389646 (or 0x389646) is known color: Chateau Green. HEX triplet: 38, 96 and 46. RGB value is (56,150,70). Sum of RGB (Red+Green+Blue) = 56+150+70=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #389646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389646 is #C769B9. Grayscale: #717171. Windows color (decimal): -13068730 or 4625976. OLE color: 4625976.

HSL color Cylindrical-coordinate representation of color #389646: hue angle of 128.94º 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 #389646 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 70 -
CMYK 0.63 0 0.53 0.41
HSL 128.94º 0.46% 0.4% -
HSV(B) 128.94º 0.63% 0.59% -
XYZ 13.64 23.1 9.53 -
YUV 112.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 56 150 70 0.63 0 0.53 0.41 128.94 0.46 0.4
Hex 38 96 46 3F 0 35 29 81 2E 28
Octal 70 226 106 77 0 65 51 201 56 50
Binary 111000 10010110 1000110 111111 0 110101 101001 10000001 101110 101000

Color Harmonies of #389646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389646

Black with #389646

Text Example


Text Example

White with #389646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389646; }

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

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

background-color css

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

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

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

border-color css

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

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

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