#38C58C

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

Shades of Shamrock #38C58C

Tints of Shamrock #38C58C

Color information

#38C58C (or 0x38C58C) is unknown color: approx Shamrock. HEX triplet: 38, C5 and 8C. RGB value is (56,197,140). Sum of RGB (Red+Green+Blue) = 56+197+140=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #38C58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C58C is #C73A73. Grayscale: #949494. Windows color (decimal): -13056628 or 9225528. OLE color: 9225528.

HSL color Cylindrical-coordinate representation of color #38C58C: hue angle of 155.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C58C is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB56197140-
CMYK0.7200.290.23
HSL155.74º55.73%49.61%-
HSV(B)155.74º71.57%77.25%-
XYZ26.3342.6731.66-
YUV148.34123.2962.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=14.25%
G=50.13%
B=35.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971400.7200.290.23155.7455.7349.61
Hex38C58C4801D179c3832
Octal70305214110035272347062
Binary111000110001011000110010010000111011011110011100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,140); }

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

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

 a { background-color: rgb(56,197,140); }

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

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

 span { border-color: rgb(56,197,140); }

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