#3BA760

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

Shades of Chateau Green #3BA760

Tints of Chateau Green #3BA760

Color information

#3BA760 (or 0x3BA760) is unknown color: approx Chateau Green. HEX triplet: 3B, A7 and 60. RGB value is (59,167,96). Sum of RGB (Red+Green+Blue) = 59+167+96=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA760 is #C4589F. Grayscale: #7E7E7E. Windows color (decimal): -12867744 or 6334267. OLE color: 6334267.

HSL color Cylindrical-coordinate representation of color #3BA760: hue angle of 140.56º 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 #3BA760 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB5916796-
CMYK0.6500.430.35
HSL140.56º47.79%44.31%-
HSV(B)140.56º64.67%65.49%-
XYZ17.7329.4115.81-
YUV126.61110.7279.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 167 (65.62% from 255) = 51.86%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=18.32%
G=51.86%
B=29.81%

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
Decimal59167960.6500.430.35140.5647.7944.31
Hex3BA7604102B238d302c
Octal73247140101053432156054
Binary1110111010011111000001000001010101110001110001101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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