Html Css Color HEX #3CC392 Shamrock

📋 copy color: '#3CC392'

red 60 ◦ green 195 ◦ blue 146

#3CC392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #3CC392

Tints of Shamrock #3CC392

RGB

 RED value IS 60 (23.83% from 255) = 14.96%

 GREEN value IS 195 (76.56% from 255) = 48.63%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 14.96%
G = 48.63%
B = 36.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#3CC392 (or 0x3CC392) is known color: Shamrock. HEX triplet: 3C, C3 and 92. RGB value is (60,195,146). Sum of RGB (Red+Green+Blue) = 60+195+146=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC392 is #C33C6D. Grayscale: #959595. Windows color (decimal): -12794990 or 9618236. OLE color: 9618236.

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

Color convert

RGB 60 195 146 -
CMYK 0.69 0 0.25 0.24
HSL 158.22º 0.53% 0.5% -
HSV(B) 158.22º 0.69% 0.76% -
XYZ 26.57 42.07 33.91 -
YUV 149.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 60 195 146 0.69 0 0.25 0.24 158.22 0.53 0.5
Hex 3C C3 92 45 0 19 18 9E 35 32
Octal 74 303 222 105 0 31 30 236 65 62
Binary 111100 11000011 10010010 1000101 0 11001 11000 10011110 110101 110010

Color Harmonies of #3CC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC392

Black with #3CC392

Text Example


Text Example

White with #3CC392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CC392;
 }
 .AnyTagClassName
 {
   color: #3CC392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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