#309949

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

Shades of Chateau Green #309949

Tints of Chateau Green #309949

Color information

#309949 (or 0x309949) is unknown color: approx Chateau Green. HEX triplet: 30, 99 and 49. RGB value is (48,153,73). Sum of RGB (Red+Green+Blue) = 48+153+73=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #309949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309949 is #CF66B6. Grayscale: #707070. Windows color (decimal): -13592247 or 4823344. OLE color: 4823344.

HSL color Cylindrical-coordinate representation of color #309949: hue angle of 134.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309949 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB4815373-
CMYK0.6900.520.4
HSL134.29º52.24%39.41%-
HSV(B)134.29º68.63%60%-
XYZ13.8123.8910.19-
YUV112.48105.7182-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=17.52%
G=55.84%
B=26.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153730.6900.520.4134.2952.2439.41
Hex3099494503428863427
Octal60231111105064502066447
Binary1100001001100110010011000101011010010100010000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309949; }

 p { color: rgb(48,153,73); }

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

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

 a { background-color: rgb(48,153,73); }

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

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

 span { border-color: rgb(48,153,73); }

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