#3CBD8B

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

Shades of Shamrock #3CBD8B

Tints of Shamrock #3CBD8B

Color information

#3CBD8B (or 0x3CBD8B) is unknown color: approx Shamrock. HEX triplet: 3C, BD and 8B. RGB value is (60,189,139). Sum of RGB (Red+Green+Blue) = 60+189+139=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBD8B is #C34274. Grayscale: #909090. Windows color (decimal): -12796533 or 9157948. OLE color: 9157948.

HSL color Cylindrical-coordinate representation of color #3CBD8B: hue angle of 156.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD8B is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB60189139-
CMYK0.6800.260.26
HSL156.74º51.81%48.82%-
HSV(B)156.74º68.25%74.12%-
XYZ24.7239.2230.69-
YUV144.73124.7667.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=15.46%
G=48.71%
B=35.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601891390.6800.260.26156.7451.8148.82
Hex3CBD8B4401A1A9d3431
Octal74275213104032322356461
Binary111100101111011000101110001000110101101010011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,139); }

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

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

 a { background-color: rgb(60,189,139); }

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

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

 span { border-color: rgb(60,189,139); }

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