#379852

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

Shades of Chateau Green #379852

Tints of Chateau Green #379852

Color information

#379852 (or 0x379852) is unknown color: approx Chateau Green. HEX triplet: 37, 98 and 52. RGB value is (55,152,82). Sum of RGB (Red+Green+Blue) = 55+152+82=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #379852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379852 is #C867AD. Grayscale: #737373. Windows color (decimal): -13133742 or 5412919. OLE color: 5412919.

HSL color Cylindrical-coordinate representation of color #379852: hue angle of 136.7º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379852 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB5515282-
CMYK0.6400.460.40
HSL136.7º46.86%40.59%-
HSV(B)136.7º63.82%59.61%-
XYZ14.3323.8811.84-
YUV115.02109.3685.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=19.03%
G=52.60%
B=28.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152820.6400.460.40136.746.8640.59
Hex3798524002E28892f29
Octal67230122100056502115751
Binary1101111001100010100101000000010111010100010001001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379852; }

 p { color: rgb(55,152,82); }

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

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

 a { background-color: rgb(55,152,82); }

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

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

 span { border-color: rgb(55,152,82); }

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