#339642

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

Shades of Chateau Green #339642

Tints of Chateau Green #339642

Color information

#339642 (or 0x339642) is unknown color: approx Chateau Green. HEX triplet: 33, 96 and 42. RGB value is (51,150,66). Sum of RGB (Red+Green+Blue) = 51+150+66=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #339642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339642 is #CC69BD. Grayscale: #6F6F6F. Windows color (decimal): -13396414 or 4363827. OLE color: 4363827.

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

Color convert

RGB5115066-
CMYK0.6600.560.41
HSL129.09º49.25%39.41%-
HSV(B)129.09º66%58.82%-
XYZ13.2522.918.88-
YUV110.82102.785.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=19.10%
G=56.18%
B=24.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51150660.6600.560.41129.0949.2539.41
Hex3396424203829813127
Octal63226102102070512016147
Binary1100111001011010000101000010011100010100110000001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339642; }

 p { color: rgb(51,150,66); }

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

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

 a { background-color: rgb(51,150,66); }

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

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

 span { border-color: rgb(51,150,66); }

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