#339540

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

Shades of Chateau Green #339540

Tints of Chateau Green #339540

Color information

#339540 (or 0x339540) is unknown color: approx Chateau Green. HEX triplet: 33, 95 and 40. RGB value is (51,149,64). Sum of RGB (Red+Green+Blue) = 51+149+64=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #339540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339540 is #CC6ABF. Grayscale: #6E6E6E. Windows color (decimal): -13396672 or 4232499. OLE color: 4232499.

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

Color convert

RGB5114964-
CMYK0.6600.570.42
HSL127.96º49%39.22%-
HSV(B)127.96º65.77%58.43%-
XYZ13.0422.578.52-
YUV110.01102.0385.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=19.32%
G=56.44%
B=24.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51149640.6600.570.42127.964939.22
Hex339540420392A803127
Octal63225100102071522006147
Binary1100111001010110000001000010011100110101010000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339540; }

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

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

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

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

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

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

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

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