#379E46

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

Shades of Chateau Green #379E46

Tints of Chateau Green #379E46

Color information

#379E46 (or 0x379E46) is unknown color: approx Chateau Green. HEX triplet: 37, 9E and 46. RGB value is (55,158,70). Sum of RGB (Red+Green+Blue) = 55+158+70=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #379E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379E46 is #C861B9. Grayscale: #757575. Windows color (decimal): -13132218 or 4628023. OLE color: 4628023.

HSL color Cylindrical-coordinate representation of color #379E46: hue angle of 128.74º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E46 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB5515870-
CMYK0.6500.560.38
HSL128.74º48.36%41.76%-
HSV(B)128.74º65.19%61.96%-
XYZ14.9125.719.97-
YUV117.17101.3883.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 158 (62.11% from 255) = 55.83%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=19.43%
G=55.83%
B=24.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55158700.6500.560.38128.7448.3641.76
Hex379E46410382681302a
Octal67236106101070462016052
Binary1101111001111010001101000001011100010011010000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379E46; }

 p { color: rgb(55,158,70); }

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

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

 a { background-color: rgb(55,158,70); }

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

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

 span { border-color: rgb(55,158,70); }

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