#3BA75F

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

Shades of Chateau Green #3BA75F

Tints of Chateau Green #3BA75F

Color information

#3BA75F (or 0x3BA75F) is unknown color: approx Chateau Green. HEX triplet: 3B, A7 and 5F. RGB value is (59,167,95). Sum of RGB (Red+Green+Blue) = 59+167+95=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA75F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA75F is #C458A0. Grayscale: #7E7E7E. Windows color (decimal): -12867745 or 6268731. OLE color: 6268731.

HSL color Cylindrical-coordinate representation of color #3BA75F: hue angle of 140º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA75F is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB5916795-
CMYK0.6500.430.35
HSL140º47.79%44.31%-
HSV(B)140º64.67%65.49%-
XYZ17.6929.3915.57-
YUV126.5110.2279.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 167 (65.62% from 255) = 52.02%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=18.38%
G=52.02%
B=29.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59167950.6500.430.3514047.7944.31
Hex3BA75F4102B238c302c
Octal73247137101053432146054
Binary1110111010011110111111000001010101110001110001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,167,95); }

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

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

 a { background-color: rgb(59,167,95); }

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

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

 span { border-color: rgb(59,167,95); }

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