#38CA92

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

Shades of Shamrock #38CA92

Tints of Shamrock #38CA92

Color information

#38CA92 (or 0x38CA92) is unknown color: approx Shamrock. HEX triplet: 38, CA and 92. RGB value is (56,202,146). Sum of RGB (Red+Green+Blue) = 56+202+146=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA92 is #C7356D. Grayscale: #989898. Windows color (decimal): -13055342 or 9620024. OLE color: 9620024.

HSL color Cylindrical-coordinate representation of color #38CA92: hue angle of 156.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA92 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB56202146-
CMYK0.7200.280.21
HSL156.99º57.94%50.59%-
HSV(B)156.99º72.28%79.22%-
XYZ27.9445.1634.44-
YUV151.96124.6359.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 202 (79.30% from 255) = 50%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=13.86%
G=50%
B=36.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562021460.7200.280.21156.9957.9450.59
Hex38CA924801C159d3a33
Octal70312222110034252357263
Binary111000110010101001001010010000111001010110011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,146); }

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

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

 a { background-color: rgb(56,202,146); }

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

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

 span { border-color: rgb(56,202,146); }

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