Html Css Color HEX #399146 Chateau Green

📋 copy color: '#399146'

red 57 ◦ green 145 ◦ blue 70

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

Shades of Chateau Green #399146

Tints of Chateau Green #399146

RGB

 RED value IS 57 (22.66% from 255) = 20.96%

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 20.96%
G = 53.31%
B = 25.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#399146 (or 0x399146) is known color: Chateau Green. HEX triplet: 39, 91 and 46. RGB value is (57,145,70). Sum of RGB (Red+Green+Blue) = 57+145+70=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #399146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399146 is #C66EB9. Grayscale: #6E6E6E. Windows color (decimal): -13004474 or 4624697. OLE color: 4624697.

HSL color Cylindrical-coordinate representation of color #399146: hue angle of 128.86º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399146 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 70 -
CMYK 0.61 0 0.52 0.43
HSL 128.86º 0.44% 0.4% -
HSV(B) 128.86º 0.61% 0.57% -
XYZ 12.92 21.56 9.28 -
YUV 110.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 57 145 70 0.61 0 0.52 0.43 128.86 0.44 0.4
Hex 39 91 46 3D 0 34 2B 81 2C 28
Octal 71 221 106 75 0 64 53 201 54 50
Binary 111001 10010001 1000110 111101 0 110100 101011 10000001 101100 101000

Color Harmonies of #399146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399146

Black with #399146

Text Example


Text Example

White with #399146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399146; }

 p { color: rgb(57,145,70); }

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

background-color css

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

 a { background-color: rgb(57,145,70); }

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

border-color css

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

 span { border-color: rgb(57,145,70); }

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