#309540

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

Shades of Chateau Green #309540

Tints of Chateau Green #309540

Color information

#309540 (or 0x309540) is unknown color: approx Chateau Green. HEX triplet: 30, 95 and 40. RGB value is (48,149,64). Sum of RGB (Red+Green+Blue) = 48+149+64=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #309540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309540 is #CF6ABF. Grayscale: #6D6D6D. Windows color (decimal): -13593280 or 4232496. OLE color: 4232496.

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

Color convert

RGB4814964-
CMYK0.6800.570.42
HSL129.5º51.27%38.63%-
HSV(B)129.5º67.79%58.43%-
XYZ12.8922.498.51-
YUV109.11102.5484.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=18.39%
G=57.09%
B=24.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149640.6800.570.42129.551.2738.63
Hex309540440392A823327
Octal60225100104071522026347
Binary1100001001010110000001000100011100110101010000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309540; }

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

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

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

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

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

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

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

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