#3AB25E

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

Shades of Chateau Green #3AB25E

Tints of Chateau Green #3AB25E

Color information

#3AB25E (or 0x3AB25E) is unknown color: approx Chateau Green. HEX triplet: 3A, B2 and 5E. RGB value is (58,178,94). Sum of RGB (Red+Green+Blue) = 58+178+94=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB25E is #C54DA1. Grayscale: #848484. Windows color (decimal): -12930466 or 6206010. OLE color: 6206010.

HSL color Cylindrical-coordinate representation of color #3AB25E: hue angle of 138º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB25E is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB5817894-
CMYK0.6700.470.30
HSL138º50.85%46.27%-
HSV(B)138º67.42%69.8%-
XYZ19.6933.5516.03-
YUV132.54106.2474.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 178 (69.92% from 255) = 53.94%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=17.58%
G=53.94%
B=28.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58178940.6700.470.3013850.8546.27
Hex3AB25E4302F1E8a332e
Octal72262136103057362126356
Binary111010101100101011110100001101011111111010001010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,178,94); }

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

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

 a { background-color: rgb(58,178,94); }

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

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

 span { border-color: rgb(58,178,94); }

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