#3DAB5A

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

Shades of Chateau Green #3DAB5A

Tints of Chateau Green #3DAB5A

Color information

#3DAB5A (or 0x3DAB5A) is unknown color: approx Chateau Green. HEX triplet: 3D, AB and 5A. RGB value is (61,171,90). Sum of RGB (Red+Green+Blue) = 61+171+90=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB5A is #C254A5. Grayscale: #818181. Windows color (decimal): -12735654 or 5942077. OLE color: 5942077.

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

Color convert

RGB6117190-
CMYK0.6400.470.33
HSL135.82º47.41%45.49%-
HSV(B)135.82º64.33%67.06%-
XYZ18.3330.8614.66-
YUV128.88106.0679.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=18.94%
G=53.11%
B=27.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61171900.6400.470.33135.8247.4145.49
Hex3DAB5A4002F21882f2d
Octal75253132100057412105755
Binary1111011010101110110101000000010111110000110001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,171,90); }

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

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

 a { background-color: rgb(61,171,90); }

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

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

 span { border-color: rgb(61,171,90); }

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