#309D52

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

Shades of Chateau Green #309D52

Tints of Chateau Green #309D52

Color information

#309D52 (or 0x309D52) is unknown color: approx Chateau Green. HEX triplet: 30, 9D and 52. RGB value is (48,157,82). Sum of RGB (Red+Green+Blue) = 48+157+82=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #309D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D52 is #CF62AD. Grayscale: #747474. Windows color (decimal): -13591214 or 5414192. OLE color: 5414192.

HSL color Cylindrical-coordinate representation of color #309D52: hue angle of 138.72º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D52 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB4815782-
CMYK0.6900.480.38
HSL138.72º53.17%40.2%-
HSV(B)138.72º69.43%61.57%-
XYZ14.825.3512.1-
YUV115.86108.8979.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 157 (61.72% from 255) = 54.70%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=16.72%
G=54.70%
B=28.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48157820.6900.480.38138.7253.1740.2
Hex309D5245030268b3528
Octal60235122105060462136550
Binary1100001001110110100101000101011000010011010001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309D52; }

 p { color: rgb(48,157,82); }

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

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

 a { background-color: rgb(48,157,82); }

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

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

 span { border-color: rgb(48,157,82); }

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