#379F4E

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

Shades of Chateau Green #379F4E

Tints of Chateau Green #379F4E

Color information

#379F4E (or 0x379F4E) is unknown color: approx Chateau Green. HEX triplet: 37, 9F and 4E. RGB value is (55,159,78). Sum of RGB (Red+Green+Blue) = 55+159+78=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #379F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F4E is #C860B1. Grayscale: #767676. Windows color (decimal): -13131954 or 5152567. OLE color: 5152567.

HSL color Cylindrical-coordinate representation of color #379F4E: hue angle of 133.27º degrees, saturation: 0.49, 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 #379F4E is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB5515978-
CMYK0.6500.510.38
HSL133.27º48.6%41.96%-
HSV(B)133.27º65.41%62.35%-
XYZ15.3526.1611.45-
YUV118.67105.0482.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=18.84%
G=54.45%
B=26.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159780.6500.510.38133.2748.641.96
Hex379F4E410332685312a
Octal67237116101063462056152
Binary1101111001111110011101000001011001110011010000101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,78); }

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

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

 a { background-color: rgb(55,159,78); }

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

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

 span { border-color: rgb(55,159,78); }

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