#309C4B

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

Shades of Chateau Green #309C4B

Tints of Chateau Green #309C4B

Color information

#309C4B (or 0x309C4B) is unknown color: approx Chateau Green. HEX triplet: 30, 9C and 4B. RGB value is (48,156,75). Sum of RGB (Red+Green+Blue) = 48+156+75=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #309C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C4B is #CF63B4. Grayscale: #727272. Windows color (decimal): -13591477 or 4955184. OLE color: 4955184.

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

Color convert

RGB4815675-
CMYK0.6900.520.39
HSL135º52.94%40%-
HSV(B)135º69.23%61.18%-
XYZ14.3824.9110.71-
YUV114.47105.7280.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 156 (61.33% from 255) = 55.91%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=17.20%
G=55.91%
B=26.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48156750.6900.520.3913552.9440
Hex309C4B4503427873528
Octal60234113105064472076550
Binary1100001001110010010111000101011010010011110000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,156,75); }

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

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

 a { background-color: rgb(48,156,75); }

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

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

 span { border-color: rgb(48,156,75); }

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