#379C54

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

Shades of Chateau Green #379C54

Tints of Chateau Green #379C54

Color information

#379C54 (or 0x379C54) is unknown color: approx Chateau Green. HEX triplet: 37, 9C and 54. RGB value is (55,156,84). Sum of RGB (Red+Green+Blue) = 55+156+84=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #379C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C54 is #C863AB. Grayscale: #757575. Windows color (decimal): -13132716 or 5545015. OLE color: 5545015.

HSL color Cylindrical-coordinate representation of color #379C54: hue angle of 137.23º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C54 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB5515684-
CMYK0.6500.460.39
HSL137.23º47.87%41.37%-
HSV(B)137.23º64.74%61.18%-
XYZ15.0625.2312.46-
YUV117.59109.0483.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=18.64%
G=52.88%
B=28.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55156840.6500.460.39137.2347.8741.37
Hex379C544102E27893029
Octal67234124101056472116051
Binary1101111001110010101001000001010111010011110001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,156,84); }

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

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

 a { background-color: rgb(55,156,84); }

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

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

 span { border-color: rgb(55,156,84); }

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