#309340

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

Shades of Chateau Green #309340

Tints of Chateau Green #309340

Color information

#309340 (or 0x309340) is unknown color: approx Chateau Green. HEX triplet: 30, 93 and 40. RGB value is (48,147,64). Sum of RGB (Red+Green+Blue) = 48+147+64=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #309340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309340 is #CF6CBF. Grayscale: #6C6C6C. Windows color (decimal): -13593792 or 4231984. OLE color: 4231984.

HSL color Cylindrical-coordinate representation of color #309340: hue angle of 129.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309340 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB4814764-
CMYK0.6700.560.42
HSL129.7º50.77%38.24%-
HSV(B)129.7º67.35%57.65%-
XYZ12.5821.878.41-
YUV107.94103.285.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=18.53%
G=56.76%
B=24.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48147640.6700.560.42129.750.7738.24
Hex309340430382A823326
Octal60223100103070522026346
Binary1100001001001110000001000011011100010101010000010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309340; }

 p { color: rgb(48,147,64); }

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

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

 a { background-color: rgb(48,147,64); }

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

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

 span { border-color: rgb(48,147,64); }

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