#398C4A

Color #398C4A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #398C4A

Tints of Chateau Green #398C4A

Color information

#398C4A (or 0x398C4A) is unknown color: approx Chateau Green. HEX triplet: 39, 8C and 4A. RGB value is (57,140,74). Sum of RGB (Red+Green+Blue) = 57+140+74=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #398C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C4A is #C673B5. Grayscale: #6B6B6B. Windows color (decimal): -13005750 or 4885561. OLE color: 4885561.

HSL color Cylindrical-coordinate representation of color #398C4A: hue angle of 132.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C4A is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB5714074-
CMYK0.5900.470.45
HSL132.29º42.13%38.63%-
HSV(B)132.29º59.29%54.9%-
XYZ12.320.129.71-
YUV107.6610991.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 140 (55.08% from 255) = 51.66%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=21.03%
G=51.66%
B=27.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140740.5900.470.45132.2942.1338.63
Hex398C4A3B02F2D842a27
Octal7121411273057552045247
Binary111001100011001001010111011010111110110110000100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C4A; }

 p { color: rgb(57,140,74); }

 H1.HeaderClassName
 {
   color: #398C4A;
 }
 .AnyTagClassName
 {
   color: #398C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(57,140,74); }

 div.DivClassName
 {
   background-color: #398C4A;
 }
 .BgClassName
 {
   background-color: #398C4A;
 }
</style>
border-color css

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

 span { border-color: rgb(57,140,74); }

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