#3AB055

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

Shades of Chateau Green #3AB055

Tints of Chateau Green #3AB055

Color information

#3AB055 (or 0x3AB055) is unknown color: approx Chateau Green. HEX triplet: 3A, B0 and 55. RGB value is (58,176,85). Sum of RGB (Red+Green+Blue) = 58+176+85=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB055 is #C54FAA. Grayscale: #828282. Windows color (decimal): -12930987 or 5615674. OLE color: 5615674.

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

Color convert

RGB5817685-
CMYK0.6700.520.31
HSL133.73º50.43%45.88%-
HSV(B)133.73º67.05%69.02%-
XYZ18.9132.6113.89-
YUV130.34102.4176.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=18.18%
G=55.17%
B=26.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58176850.6700.520.31133.7350.4345.88
Hex3AB055430341F86322e
Octal72260125103064372066256
Binary111010101100001010101100001101101001111110000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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