Html Css Color HEX #3BC690 Shamrock

📋 copy color: '#3BC690'

red 59 ◦ green 198 ◦ blue 144

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

Shades of Shamrock #3BC690

Tints of Shamrock #3BC690

RGB

 RED value IS 59 (23.44% from 255) = 14.71%

 GREEN value IS 198 (77.73% from 255) = 49.38%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 14.71%
G = 49.38%
B = 35.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#3BC690 (or 0x3BC690) is known color: Shamrock. HEX triplet: 3B, C6 and 90. RGB value is (59,198,144). Sum of RGB (Red+Green+Blue) = 59+198+144=401 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.71% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC690 is #C4396F. Grayscale: #969696. Windows color (decimal): -12859760 or 9487931. OLE color: 9487931.

HSL color Cylindrical-coordinate representation of color #3BC690: hue angle of 156.69º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC690 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 198 144 -
CMYK 0.70 0 0.27 0.22
HSL 156.69º 0.55% 0.5% -
HSV(B) 156.69º 0.7% 0.78% -
XYZ 27.03 43.33 33.32 -
YUV 150.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 59 198 144 0.70 0 0.27 0.22 156.69 0.55 0.5
Hex 3B C6 90 46 0 1B 16 9D 37 32
Octal 73 306 220 106 0 33 26 235 67 62
Binary 111011 11000110 10010000 1000110 0 11011 10110 10011101 110111 110010

Color Harmonies of #3BC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC690

Black with #3BC690

Text Example


Text Example

White with #3BC690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,198,144); }

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

background-color css

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

 a { background-color: rgb(59,198,144); }

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

border-color css

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

 span { border-color: rgb(59,198,144); }

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