#3AB65B

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

Shades of Chateau Green #3AB65B

Tints of Chateau Green #3AB65B

Color information

#3AB65B (or 0x3AB65B) is unknown color: approx Chateau Green. HEX triplet: 3A, B6 and 5B. RGB value is (58,182,91). Sum of RGB (Red+Green+Blue) = 58+182+91=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB65B is #C549A4. Grayscale: #868686. Windows color (decimal): -12929445 or 6010426. OLE color: 6010426.

HSL color Cylindrical-coordinate representation of color #3AB65B: hue angle of 135.97º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB65B is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB5818291-
CMYK0.6800.50.29
HSL135.97º51.67%47.06%-
HSV(B)135.97º68.13%71.37%-
XYZ20.3635.1115.6-
YUV134.55103.4273.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 182 (71.48% from 255) = 54.98%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=17.52%
G=54.98%
B=27.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58182910.6800.50.29135.9751.6747.06
Hex3AB65B440321D88342f
Octal72266133104062352106457
Binary111010101101101011011100010001100101110110001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,91); }

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

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

 a { background-color: rgb(58,182,91); }

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

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

 span { border-color: rgb(58,182,91); }

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