#309341

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

Shades of Chateau Green #309341

Tints of Chateau Green #309341

Color information

#309341 (or 0x309341) is unknown color: approx Chateau Green. HEX triplet: 30, 93 and 41. RGB value is (48,147,65). Sum of RGB (Red+Green+Blue) = 48+147+65=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #309341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309341 is #CF6CBE. Grayscale: #6C6C6C. Windows color (decimal): -13593791 or 4297520. OLE color: 4297520.

HSL color Cylindrical-coordinate representation of color #309341: hue angle of 130.3º 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 #309341 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB4814765-
CMYK0.6700.560.42
HSL130.3º50.77%38.24%-
HSV(B)130.3º67.35%57.65%-
XYZ12.6121.888.56-
YUV108.05103.785.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 147 (57.81% from 255) = 56.54%
BLUE value IS 65 (25.78% from 255) = 25%
R=18.46%
G=56.54%
B=25%

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
Decimal48147650.6700.560.42130.350.7738.24
Hex309341430382A823326
Octal60223101103070522026346
Binary1100001001001110000011000011011100010101010000010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309341; }

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

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

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

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

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

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

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

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