#3BAD4F

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

Shades of Chateau Green #3BAD4F

Tints of Chateau Green #3BAD4F

Color information

#3BAD4F (or 0x3BAD4F) is unknown color: approx Chateau Green. HEX triplet: 3B, AD and 4F. RGB value is (59,173,79). Sum of RGB (Red+Green+Blue) = 59+173+79=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAD4F is #C452B0. Grayscale: #808080. Windows color (decimal): -12866225 or 5221691. OLE color: 5221691.

HSL color Cylindrical-coordinate representation of color #3BAD4F: hue angle of 130.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD4F is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB5917379-
CMYK0.6600.540.32
HSL130.53º49.14%45.49%-
HSV(B)130.53º65.9%67.84%-
XYZ18.1631.3812.5-
YUV128.2100.2378.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=18.97%
G=55.63%
B=25.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59173790.6600.540.32130.5349.1445.49
Hex3BAD4F420362083312d
Octal73255117102066402036155
Binary1110111010110110011111000010011011010000010000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,173,79); }

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

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

 a { background-color: rgb(59,173,79); }

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

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

 span { border-color: rgb(59,173,79); }

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