#3AB255

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

Shades of Chateau Green #3AB255

Tints of Chateau Green #3AB255

Color information

#3AB255 (or 0x3AB255) is unknown color: approx Chateau Green. HEX triplet: 3A, B2 and 55. RGB value is (58,178,85). Sum of RGB (Red+Green+Blue) = 58+178+85=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB255 is #C54DAA. Grayscale: #838383. Windows color (decimal): -12930475 or 5616186. OLE color: 5616186.

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

Color convert

RGB5817885-
CMYK0.6700.520.30
HSL133.5º50.85%46.27%-
HSV(B)133.5º67.42%69.8%-
XYZ19.3133.414.02-
YUV131.52101.7475.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 178 (69.92% from 255) = 55.45%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=18.07%
G=55.45%
B=26.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58178850.6700.520.30133.550.8546.27
Hex3AB255430341E86332e
Octal72262125103064362066356
Binary111010101100101010101100001101101001111010000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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