#3DC38A

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

Shades of Shamrock #3DC38A

Tints of Shamrock #3DC38A

Color information

#3DC38A (or 0x3DC38A) is unknown color: approx Shamrock. HEX triplet: 3D, C3 and 8A. RGB value is (61,195,138). Sum of RGB (Red+Green+Blue) = 61+195+138=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC38A is #C23C75. Grayscale: #949494. Windows color (decimal): -12729462 or 9093949. OLE color: 9093949.

HSL color Cylindrical-coordinate representation of color #3DC38A: hue angle of 154.48º 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 #3DC38A is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB61195138-
CMYK0.6900.290.24
HSL154.48º52.76%50.2%-
HSV(B)154.48º68.72%76.47%-
XYZ26.0341.8630.75-
YUV148.44122.1165.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.48%
GREEN value IS 195 (76.56% from 255) = 49.49%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=15.48%
G=49.49%
B=35.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611951380.6900.290.24154.4852.7650.2
Hex3DC38A4501D189a3532
Octal75303212105035302326562
Binary111101110000111000101010001010111011100010011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,138); }

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

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

 a { background-color: rgb(61,195,138); }

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

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

 span { border-color: rgb(61,195,138); }

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