#3BCD65

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

Shades of Emerald #3BCD65

Tints of Emerald #3BCD65

Color information

#3BCD65 (or 0x3BCD65) is unknown color: approx Emerald. HEX triplet: 3B, CD and 65. RGB value is (59,205,101). Sum of RGB (Red+Green+Blue) = 59+205+101=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD65 is #C4329A. Grayscale: #959595. Windows color (decimal): -12858011 or 6671675. OLE color: 6671675.

HSL color Cylindrical-coordinate representation of color #3BCD65: hue angle of 137.26º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD65 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB59205101-
CMYK0.7100.510.20
HSL137.26º59.35%51.76%-
HSV(B)137.26º71.22%80.39%-
XYZ25.9845.5319.73-
YUV149.49100.6363.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 205 (80.47% from 255) = 56.16%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=16.16%
G=56.16%
B=27.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal592051010.7100.510.20137.2659.3551.76
Hex3BCD654703314893b34
Octal73315145107063242117364
Binary111011110011011100101100011101100111010010001001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,205,101); }

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

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

 a { background-color: rgb(59,205,101); }

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

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

 span { border-color: rgb(59,205,101); }

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