#038855

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

Shades of Shamrock Green #038855

Tints of Shamrock Green #038855

Color information

#038855 (or 0x038855) is unknown color: approx Shamrock Green. HEX triplet: 03, 88 and 55. RGB value is (3,136,85). Sum of RGB (Red+Green+Blue) = 3+136+85=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #038855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038855 is #FC77AA. Grayscale: #5A5A5A. Windows color (decimal): -16545707 or 5605379. OLE color: 5605379.

HSL color Cylindrical-coordinate representation of color #038855: hue angle of 156.99º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038855 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB313685-
CMYK0.9800.380.47
HSL156.99º95.68%27.25%-
HSV(B)156.99º97.79%53.33%-
XYZ10.4818.2811.57-
YUV90.42124.9465.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 136 (53.52% from 255) = 60.71%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=1.34%
G=60.71%
B=37.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3136850.9800.380.47156.9995.6827.25
Hex38855620262F9d601b
Octal32101251420465723514033
Binary111000100010101011100010010011010111110011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038855; }

 p { color: rgb(3,136,85); }

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

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

 a { background-color: rgb(3,136,85); }

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

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

 span { border-color: rgb(3,136,85); }

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