#379F4B

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

Shades of Chateau Green #379F4B

Tints of Chateau Green #379F4B

Color information

#379F4B (or 0x379F4B) is unknown color: approx Chateau Green. HEX triplet: 37, 9F and 4B. RGB value is (55,159,75). Sum of RGB (Red+Green+Blue) = 55+159+75=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #379F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F4B is #C860B4. Grayscale: #767676. Windows color (decimal): -13131957 or 4955959. OLE color: 4955959.

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

Color convert

RGB5515975-
CMYK0.6500.530.38
HSL131.54º48.6%41.96%-
HSV(B)131.54º65.41%62.35%-
XYZ15.2426.1210.89-
YUV118.33103.5482.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=19.03%
G=55.02%
B=25.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159750.6500.530.38131.5448.641.96
Hex379F4B410352684312a
Octal67237113101065462046152
Binary1101111001111110010111000001011010110011010000100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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