#309B4B

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

Shades of Chateau Green #309B4B

Tints of Chateau Green #309B4B

Color information

#309B4B (or 0x309B4B) is unknown color: approx Chateau Green. HEX triplet: 30, 9B and 4B. RGB value is (48,155,75). Sum of RGB (Red+Green+Blue) = 48+155+75=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #309B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B4B is #CF64B4. Grayscale: #727272. Windows color (decimal): -13591733 or 4954928. OLE color: 4954928.

HSL color Cylindrical-coordinate representation of color #309B4B: hue angle of 135.14º 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 #309B4B is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB4815575-
CMYK0.6900.520.39
HSL135.14º52.71%39.8%-
HSV(B)135.14º69.03%60.78%-
XYZ14.2124.5810.65-
YUV113.89106.0581-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=17.27%
G=55.76%
B=26.98%

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
Decimal48155750.6900.520.39135.1452.7139.8
Hex309B4B4503427873528
Octal60233113105064472076550
Binary1100001001101110010111000101011010010011110000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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