#038A5C

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

Shades of Shamrock Green #038A5C

Tints of Shamrock Green #038A5C

Color information

#038A5C (or 0x038A5C) is unknown color: approx Shamrock Green. HEX triplet: 03, 8A and 5C. RGB value is (3,138,92). Sum of RGB (Red+Green+Blue) = 3+138+92=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #038A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A5C is #FC75A3. Grayscale: #5C5C5C. Windows color (decimal): -16545188 or 6064643. OLE color: 6064643.

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

Color convert

RGB313892-
CMYK0.9800.330.46
HSL159.56º95.74%27.65%-
HSV(B)159.56º97.83%54.12%-
XYZ11.0618.9713.2-
YUV92.39127.7764.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=1.29%
G=59.23%
B=39.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138920.9800.330.46159.5695.7427.65
Hex38A5C620212Ea0601c
Octal32121341420415624014034
Binary111000101010111001100010010000110111010100000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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