#3CCB92

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

Shades of Shamrock #3CCB92

Tints of Shamrock #3CCB92

Color information

#3CCB92 (or 0x3CCB92) is unknown color: approx Shamrock. HEX triplet: 3C, CB and 92. RGB value is (60,203,146). Sum of RGB (Red+Green+Blue) = 60+203+146=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCB92 is #C3346D. Grayscale: #999999. Windows color (decimal): -12792942 or 9620284. OLE color: 9620284.

HSL color Cylindrical-coordinate representation of color #3CCB92: hue angle of 156.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB92 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB60203146-
CMYK0.7000.280.20
HSL156.08º57.89%51.57%-
HSV(B)156.08º70.44%79.61%-
XYZ28.4145.7534.53-
YUV153.74123.6261.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.67%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=14.67%
G=49.63%
B=35.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal602031460.7000.280.20156.0857.8951.57
Hex3CCB924601C149c3a34
Octal74313222106034242347264
Binary111100110010111001001010001100111001010010011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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