#3CBF92

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

Shades of Shamrock #3CBF92

Tints of Shamrock #3CBF92

Color information

#3CBF92 (or 0x3CBF92) is unknown color: approx Shamrock. HEX triplet: 3C, BF and 92. RGB value is (60,191,146). Sum of RGB (Red+Green+Blue) = 60+191+146=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBF92 is #C3406D. Grayscale: #929292. Windows color (decimal): -12796014 or 9617212. OLE color: 9617212.

HSL color Cylindrical-coordinate representation of color #3CBF92: hue angle of 159.39º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF92 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB60191146-
CMYK0.6900.240.25
HSL159.39º52.19%49.22%-
HSV(B)159.39º68.59%74.9%-
XYZ25.6840.333.62-
YUV146.7127.666.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.11%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=15.11%
G=48.11%
B=36.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911460.6900.240.25159.3952.1949.22
Hex3CBF9245018199f3431
Octal74277222105030312376461
Binary111100101111111001001010001010110001100110011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,191,146); }

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

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

 a { background-color: rgb(60,191,146); }

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

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

 span { border-color: rgb(60,191,146); }

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