#3DA34F

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

Shades of Chateau Green #3DA34F

Tints of Chateau Green #3DA34F

Color information

#3DA34F (or 0x3DA34F) is unknown color: approx Chateau Green. HEX triplet: 3D, A3 and 4F. RGB value is (61,163,79). Sum of RGB (Red+Green+Blue) = 61+163+79=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA34F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA34F is #C25CB0. Grayscale: #7B7B7B. Windows color (decimal): -12737713 or 5219133. OLE color: 5219133.

HSL color Cylindrical-coordinate representation of color #3DA34F: hue angle of 130.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA34F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB6116379-
CMYK0.6300.520.36
HSL130.59º45.54%43.92%-
HSV(B)130.59º62.58%63.92%-
XYZ16.4327.7511.89-
YUV122.93103.2183.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 163 (64.06% from 255) = 53.80%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=20.13%
G=53.80%
B=26.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61163790.6300.520.36130.5945.5443.92
Hex3DA34F3F03424832e2c
Octal7524311777064442035654
Binary111101101000111001111111111011010010010010000011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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