#3DA74F

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

Shades of Chateau Green #3DA74F

Tints of Chateau Green #3DA74F

Color information

#3DA74F (or 0x3DA74F) is unknown color: approx Chateau Green. HEX triplet: 3D, A7 and 4F. RGB value is (61,167,79). Sum of RGB (Red+Green+Blue) = 61+167+79=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #3DA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA74F is #C258B0. Grayscale: #7D7D7D. Windows color (decimal): -12736689 or 5220157. OLE color: 5220157.

HSL color Cylindrical-coordinate representation of color #3DA74F: hue angle of 130.19º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA74F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB6116779-
CMYK0.6300.530.35
HSL130.19º46.49%44.71%-
HSV(B)130.19º63.47%65.49%-
XYZ17.1529.1912.13-
YUV125.27101.8882.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.87%
GREEN value IS 167 (65.62% from 255) = 54.40%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=19.87%
G=54.40%
B=25.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61167790.6300.530.35130.1946.4944.71
Hex3DA74F3F03523822e2d
Octal7524711777065432025655
Binary111101101001111001111111111011010110001110000010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,167,79); }

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

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

 a { background-color: rgb(61,167,79); }

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

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

 span { border-color: rgb(61,167,79); }

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