#3DA964

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

Shades of Chateau Green #3DA964

Tints of Chateau Green #3DA964

Color information

#3DA964 (or 0x3DA964) is unknown color: approx Chateau Green. HEX triplet: 3D, A9 and 64. RGB value is (61,169,100). Sum of RGB (Red+Green+Blue) = 61+169+100=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA964 is #C2569B. Grayscale: #818181. Windows color (decimal): -12736156 or 6596925. OLE color: 6596925.

HSL color Cylindrical-coordinate representation of color #3DA964: hue angle of 141.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA964 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB61169100-
CMYK0.6400.410.34
HSL141.67º46.96%45.1%-
HSV(B)141.67º63.91%66.27%-
XYZ18.4130.2916.93-
YUV128.84111.7279.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=18.48%
G=51.21%
B=30.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611691000.6400.410.34141.6746.9645.1
Hex3DA96440029228e2f2d
Octal75251144100051422165755
Binary1111011010100111001001000000010100110001010001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,169,100); }

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

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

 a { background-color: rgb(61,169,100); }

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

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

 span { border-color: rgb(61,169,100); }

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