#3AB14F

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

Shades of Chateau Green #3AB14F

Tints of Chateau Green #3AB14F

Color information

#3AB14F (or 0x3AB14F) is unknown color: approx Chateau Green. HEX triplet: 3A, B1 and 4F. RGB value is (58,177,79). Sum of RGB (Red+Green+Blue) = 58+177+79=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB14F is #C54EB0. Grayscale: #828282. Windows color (decimal): -12930737 or 5222714. OLE color: 5222714.

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

Color convert

RGB5817779-
CMYK0.6700.550.31
HSL130.59º50.64%46.08%-
HSV(B)130.59º67.23%69.41%-
XYZ18.8832.9112.75-
YUV130.2599.0876.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=18.47%
G=56.37%
B=25.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58177790.6700.550.31130.5950.6446.08
Hex3AB14F430371F83332e
Octal72261117103067372036356
Binary111010101100011001111100001101101111111110000011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,177,79); }

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

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

 a { background-color: rgb(58,177,79); }

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

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

 span { border-color: rgb(58,177,79); }

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