#3AB052

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

Shades of Chateau Green #3AB052

Tints of Chateau Green #3AB052

Color information

#3AB052 (or 0x3AB052) is unknown color: approx Chateau Green. HEX triplet: 3A, B0 and 52. RGB value is (58,176,82). Sum of RGB (Red+Green+Blue) = 58+176+82=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB052 is #C54FAD. Grayscale: #828282. Windows color (decimal): -12930990 or 5419066. OLE color: 5419066.

HSL color Cylindrical-coordinate representation of color #3AB052: hue angle of 132.2º degrees, saturation: 0.5, 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 #3AB052 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB5817682-
CMYK0.6700.530.31
HSL132.2º50.43%45.88%-
HSV(B)132.2º67.05%69.02%-
XYZ18.7932.5613.28-
YUV130100.9176.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 176 (69.14% from 255) = 55.70%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=18.35%
G=55.70%
B=25.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58176820.6700.530.31132.250.4345.88
Hex3AB052430351F84322e
Octal72260122103065372046256
Binary111010101100001010010100001101101011111110000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,176,82); }

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

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

 a { background-color: rgb(58,176,82); }

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

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

 span { border-color: rgb(58,176,82); }

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