#38C088

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

Shades of Shamrock #38C088

Tints of Shamrock #38C088

Color information

#38C088 (or 0x38C088) is unknown color: approx Shamrock. HEX triplet: 38, C0 and 88. RGB value is (56,192,136). Sum of RGB (Red+Green+Blue) = 56+192+136=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #38C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C088 is #C73F77. Grayscale: #919191. Windows color (decimal): -13057912 or 8962104. OLE color: 8962104.

HSL color Cylindrical-coordinate representation of color #38C088: hue angle of 155.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C088 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB56192136-
CMYK0.7100.290.25
HSL155.29º54.84%48.63%-
HSV(B)155.29º70.83%75.29%-
XYZ24.9240.3229.76-
YUV144.95122.9464.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=14.58%
G=50%
B=35.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561921360.7100.290.25155.2954.8448.63
Hex38C0884701D199b3731
Octal70300210107035312336761
Binary111000110000001000100010001110111011100110011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C088; }

 p { color: rgb(56,192,136); }

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

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

 a { background-color: rgb(56,192,136); }

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

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

 span { border-color: rgb(56,192,136); }

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