#3DBE8D

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

Shades of Shamrock #3DBE8D

Tints of Shamrock #3DBE8D

Color information

#3DBE8D (or 0x3DBE8D) is unknown color: approx Shamrock. HEX triplet: 3D, BE and 8D. RGB value is (61,190,141). Sum of RGB (Red+Green+Blue) = 61+190+141=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE8D is #C24172. Grayscale: #919191. Windows color (decimal): -12730739 or 9289277. OLE color: 9289277.

HSL color Cylindrical-coordinate representation of color #3DBE8D: hue angle of 157.21º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE8D is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB61190141-
CMYK0.6800.260.25
HSL157.21º51.39%49.22%-
HSV(B)157.21º67.89%74.51%-
XYZ25.1539.7431.54-
YUV145.84125.2667.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 190 (74.61% from 255) = 48.47%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=15.56%
G=48.47%
B=35.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611901410.6800.260.25157.2151.3949.22
Hex3DBE8D4401A199d3331
Octal75276215104032312356361
Binary111101101111101000110110001000110101100110011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,190,141); }

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

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

 a { background-color: rgb(61,190,141); }

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

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

 span { border-color: rgb(61,190,141); }

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