#3DA150

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

Shades of Chateau Green #3DA150

Tints of Chateau Green #3DA150

Color information

#3DA150 (or 0x3DA150) is unknown color: approx Chateau Green. HEX triplet: 3D, A1 and 50. RGB value is (61,161,80). Sum of RGB (Red+Green+Blue) = 61+161+80=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA150 is #C25EAF. Grayscale: #7A7A7A. Windows color (decimal): -12738224 or 5284157. OLE color: 5284157.

HSL color Cylindrical-coordinate representation of color #3DA150: hue angle of 131.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA150 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB6116180-
CMYK0.6200.500.37
HSL131.4º45.05%43.53%-
HSV(B)131.4º62.11%63.14%-
XYZ16.1227.0611.96-
YUV121.87104.3784.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=20.20%
G=53.31%
B=26.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61161800.6200.500.37131.445.0543.53
Hex3DA1503E03225832d2c
Octal7524112076062452035554
Binary111101101000011010000111110011001010010110000011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DA150; }

 p { color: rgb(61,161,80); }

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

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

 a { background-color: rgb(61,161,80); }

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

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

 span { border-color: rgb(61,161,80); }

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