Html Css Color HEX #3CB795 Shamrock

📋 copy color: '#3CB795'

red 60 ◦ green 183 ◦ blue 149

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

Shades of Shamrock #3CB795

Tints of Shamrock #3CB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 15.31%
G = 46.68%
B = 38.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#3CB795 (or 0x3CB795) is known color: Shamrock. HEX triplet: 3C, B7 and 95. RGB value is (60,183,149). Sum of RGB (Red+Green+Blue) = 60+183+149=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB795 is #C3486A. Grayscale: #8E8E8E. Windows color (decimal): -12798059 or 9811772. OLE color: 9811772.

HSL color Cylindrical-coordinate representation of color #3CB795: hue angle of 163.41º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB795 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 183 149 -
CMYK 0.67 0 0.19 0.28
HSL 163.41º 0.51% 0.48% -
HSV(B) 163.41º 0.67% 0.72% -
XYZ 24.22 37 34.3 -
YUV 142.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 60 183 149 0.67 0 0.19 0.28 163.41 0.51 0.48
Hex 3C B7 95 43 0 13 1C A3 33 30
Octal 74 267 225 103 0 23 34 243 63 60
Binary 111100 10110111 10010101 1000011 0 10011 11100 10100011 110011 110000

Color Harmonies of #3CB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB795

Black with #3CB795

Text Example


Text Example

White with #3CB795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,183,149); }

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

background-color css

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

 a { background-color: rgb(60,183,149); }

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

border-color css

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

 span { border-color: rgb(60,183,149); }

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