#038D5C

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

Shades of Shamrock Green #038D5C

Tints of Shamrock Green #038D5C

Color information

#038D5C (or 0x038D5C) is unknown color: approx Shamrock Green. HEX triplet: 03, 8D and 5C. RGB value is (3,141,92). Sum of RGB (Red+Green+Blue) = 3+141+92=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #038D5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D5C is #FC72A3. Grayscale: #5E5E5E. Windows color (decimal): -16544420 or 6065411. OLE color: 6065411.

HSL color Cylindrical-coordinate representation of color #038D5C: hue angle of 158.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D5C is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB314192-
CMYK0.9800.350.45
HSL158.7º95.83%28.24%-
HSV(B)158.7º97.87%55.29%-
XYZ11.4919.8413.35-
YUV94.15126.7862.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 141 (55.47% from 255) = 59.75%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=1.27%
G=59.75%
B=38.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141920.9800.350.45158.795.8328.24
Hex38D5C620232D9f601c
Octal32151341420435523714034
Binary111000110110111001100010010001110110110011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D5C; }

 p { color: rgb(3,141,92); }

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

<style>
 a { background-color: #038D5C; }

 a { background-color: rgb(3,141,92); }

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

<style>
 span { border-color: #038D5C; }

 span { border-color: rgb(3,141,92); }

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