#46BB5F

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

Shades of Chateau Green #46BB5F

Tints of Chateau Green #46BB5F

Color information

#46BB5F (or 0x46BB5F) is unknown color: approx Chateau Green. HEX triplet: 46, BB and 5F. RGB value is (70,187,95). Sum of RGB (Red+Green+Blue) = 70+187+95=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BB5F is #B944A0. Grayscale: #8D8D8D. Windows color (decimal): -12141729 or 6273862. OLE color: 6273862.

HSL color Cylindrical-coordinate representation of color #46BB5F: hue angle of 132.82º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BB5F is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB7018795-
CMYK0.6300.490.27
HSL132.82º46.25%50.39%-
HSV(B)132.82º62.57%73.33%-
XYZ22.3637.6716.92-
YUV141.53101.7476.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 187 (73.44% from 255) = 53.12%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=19.89%
G=53.12%
B=26.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70187950.6300.490.27132.8246.2550.39
Hex46BB5F3F0311B852e32
Octal10627313777061332055662
Binary100011010111011101111111111101100011101110000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BB5F; }

 p { color: rgb(70,187,95); }

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

<style>
 a { background-color: #46BB5F; }

 a { background-color: rgb(70,187,95); }

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

<style>
 span { border-color: #46BB5F; }

 span { border-color: rgb(70,187,95); }

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